<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Security Ninja</title>
	<atom:link href="http://www.securityninja.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.securityninja.co.uk</link>
	<description>Security research, news and guidance</description>
	<lastBuildDate>Mon, 23 Jan 2012 08:29:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on Windows Phone App Analyser v1.0 released today by Security Ninja</title>
		<link>http://www.securityninja.co.uk/application-security/windows-phone-app-analyser-v1-0-released-today-2/comment-page-1/#comment-11752</link>
		<dc:creator>Security Ninja</dc:creator>
		<pubDate>Mon, 23 Jan 2012 08:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.securityninja.co.uk/?p=2413#comment-11752</guid>
		<description>Hi Markus,

Thanks for the comment. It&#039;s certainly not a revolutionary tool by any means but I hate doing things manually that I can automate and I know the keyword highlighting, being able to execute other tools etc within one tool has been beneficial to me as a security code reviewer in the past.

Thanks for the two tools/links you posted as well. I&#039;ve taken a quick look at those and your tool in particular I think is very interesting. If you are interested in working with me to include similar functionality in WPAA let me know because I think that kind of thing along with the existing functionality would be awesome for a code reviewer to have in one single tool!

SN</description>
		<content:encoded><![CDATA[<p>Hi Markus,</p>
<p>Thanks for the comment. It&#8217;s certainly not a revolutionary tool by any means but I hate doing things manually that I can automate and I know the keyword highlighting, being able to execute other tools etc within one tool has been beneficial to me as a security code reviewer in the past.</p>
<p>Thanks for the two tools/links you posted as well. I&#8217;ve taken a quick look at those and your tool in particular I think is very interesting. If you are interested in working with me to include similar functionality in WPAA let me know because I think that kind of thing along with the existing functionality would be awesome for a code reviewer to have in one single tool!</p>
<p>SN</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Phone App Analyser v1.0 released today by Markus</title>
		<link>http://www.securityninja.co.uk/application-security/windows-phone-app-analyser-v1-0-released-today-2/comment-page-1/#comment-11751</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Mon, 23 Jan 2012 08:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.securityninja.co.uk/?p=2413#comment-11751</guid>
		<description>Hi SN!

Pretty nice tool you&#039;ve made there :) My normal workflow included the manual extraction of the XAP file, followed by loading the DLL files into IlSpy. Your tool greatly improves this unnecessary steps, well done!

Regarding code analysis, I want to add another good tool by Behrang Fouladi called XapSpy (http://www.sensepost.com/blog/6081.html). It allows you to monitor the called methods during the application&#039;s runtime inside the WP Emulator. Unfortunately it only works with 32Bit Windows  Versions because of the used libraries. It is also limited to the Emulator, as normal developer unlocked devices do not allow to attach a console or debugger to applications without source code.

I made myself a little extension to XapSpy called XapSpyAnalysis (http://xapspyanalysis.codeplex.com), which allows to graphically display the called methods over time. It&#039;s not very pretty and still buggy, but its a starting point ;)

Maybe you will find these two usefull.</description>
		<content:encoded><![CDATA[<p>Hi SN!</p>
<p>Pretty nice tool you&#8217;ve made there <img src='http://www.securityninja.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  My normal workflow included the manual extraction of the XAP file, followed by loading the DLL files into IlSpy. Your tool greatly improves this unnecessary steps, well done!</p>
<p>Regarding code analysis, I want to add another good tool by Behrang Fouladi called XapSpy (<a href="http://www.sensepost.com/blog/6081.html" rel="nofollow">http://www.sensepost.com/blog/6081.html</a>). It allows you to monitor the called methods during the application&#8217;s runtime inside the WP Emulator. Unfortunately it only works with 32Bit Windows  Versions because of the used libraries. It is also limited to the Emulator, as normal developer unlocked devices do not allow to attach a console or debugger to applications without source code.</p>
<p>I made myself a little extension to XapSpy called XapSpyAnalysis (<a href="http://xapspyanalysis.codeplex.com" rel="nofollow">http://xapspyanalysis.codeplex.com</a>), which allows to graphically display the called methods over time. It&#8217;s not very pretty and still buggy, but its a starting point <img src='http://www.securityninja.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Maybe you will find these two usefull.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Phone App Analyser v1.0 released today by Security Ninja</title>
		<link>http://www.securityninja.co.uk/application-security/windows-phone-app-analyser-v1-0-released-today-2/comment-page-1/#comment-11750</link>
		<dc:creator>Security Ninja</dc:creator>
		<pubDate>Mon, 23 Jan 2012 07:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.securityninja.co.uk/?p=2413#comment-11750</guid>
		<description>Hi Tommy,

Very true, they aren&#039;t very different to Silverlight .xap files at all and I&#039;d imagine you could do the same/very similar analysis of those files with the WPAA.

The second point you made is something I considered including in the tool but then I came across this application: http://mktwp7.codeplex.com/ and decided not to reinvent the wheel. It doesn&#039;t do exactly what you were saying because it downloads free apps directly from the marketplace which is exactly what I did to test the WPAA :)

SN</description>
		<content:encoded><![CDATA[<p>Hi Tommy,</p>
<p>Very true, they aren&#8217;t very different to Silverlight .xap files at all and I&#8217;d imagine you could do the same/very similar analysis of those files with the WPAA.</p>
<p>The second point you made is something I considered including in the tool but then I came across this application: <a href="http://mktwp7.codeplex.com/" rel="nofollow">http://mktwp7.codeplex.com/</a> and decided not to reinvent the wheel. It doesn&#8217;t do exactly what you were saying because it downloads free apps directly from the marketplace which is exactly what I did to test the WPAA <img src='http://www.securityninja.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>SN</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Phone App Analyser v1.0 released today by Tommy</title>
		<link>http://www.securityninja.co.uk/application-security/windows-phone-app-analyser-v1-0-released-today-2/comment-page-1/#comment-11746</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Fri, 20 Jan 2012 19:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.securityninja.co.uk/?p=2413#comment-11746</guid>
		<description>Hi SN!

Nicely done! No exciting news for people who are familar with application architecture of Silverlight, because the approach applies to Silverlight-XAPs as well. All the single steps are well documented in the different SDKs. But nevertheless the tool does a good job, summarizing all together to address people who just want to take a peek at WP7-XAPs without the need to dig deeper.

In my opinion the more challenging task, regarding WP7-App security analysis, is to obtain a alien XAP file from another publisher, e.g. an App I recently installed from WP7 Marketplace on my device. Does your tool offer options to get the XAP out of a phone to analyze it? I can imagine ways to get the App - maybe one may try to pull the XAP out of the network traffic, while downloading the app. I think a feature like that would be a real benefit for the tool.

Cheers,
Tommy</description>
		<content:encoded><![CDATA[<p>Hi SN!</p>
<p>Nicely done! No exciting news for people who are familar with application architecture of Silverlight, because the approach applies to Silverlight-XAPs as well. All the single steps are well documented in the different SDKs. But nevertheless the tool does a good job, summarizing all together to address people who just want to take a peek at WP7-XAPs without the need to dig deeper.</p>
<p>In my opinion the more challenging task, regarding WP7-App security analysis, is to obtain a alien XAP file from another publisher, e.g. an App I recently installed from WP7 Marketplace on my device. Does your tool offer options to get the XAP out of a phone to analyze it? I can imagine ways to get the App &#8211; maybe one may try to pull the XAP out of the network traffic, while downloading the app. I think a feature like that would be a real benefit for the tool.</p>
<p>Cheers,<br />
Tommy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

