<?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 on: Windows Phone App Analyser v1.0 released today</title>
	<atom:link href="http://www.securityninja.co.uk/application-security/windows-phone-app-analyser-v1-0-released-today-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.securityninja.co.uk/application-security/windows-phone-app-analyser-v1-0-released-today-2/</link>
	<description>Security research, news and guidance</description>
	<lastBuildDate>Thu, 09 May 2013 14:59:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Windows Phone 7 &#8216;not fit for big biz &#8230; unlike Android, iOS&#8217; &#124; Technophile</title>
		<link>http://www.securityninja.co.uk/application-security/windows-phone-app-analyser-v1-0-released-today-2/comment-page-1/#comment-11854</link>
		<dc:creator>Windows Phone 7 &#8216;not fit for big biz &#8230; unlike Android, iOS&#8217; &#124; Technophile</dc:creator>
		<pubDate>Tue, 08 May 2012 21:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.securityninja.co.uk/?p=2413#comment-11854</guid>
		<description>[...] has developed a utility called Windows Phone App Analyser to assist software creators in uncovering possible problems. [...]</description>
		<content:encoded><![CDATA[<p>[...] has developed a utility called Windows Phone App Analyser to assist software creators in uncovering possible problems. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Windows Phone 7 &#8216;not fit for big biz &#8230; unlike Android, iOS&#8217; &#8211; Register &#124; AndroBerry</title>
		<link>http://www.securityninja.co.uk/application-security/windows-phone-app-analyser-v1-0-released-today-2/comment-page-1/#comment-11841</link>
		<dc:creator>Windows Phone 7 &#8216;not fit for big biz &#8230; unlike Android, iOS&#8217; &#8211; Register &#124; AndroBerry</dc:creator>
		<pubDate>Mon, 30 Apr 2012 09:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.securityninja.co.uk/?p=2413#comment-11841</guid>
		<description>[...] has developed a utility called Windows Phone App Analyser to assist software creators in uncovering possible problems. [...]</description>
		<content:encoded><![CDATA[<p>[...] has developed a utility called Windows Phone App Analyser to assist software creators in uncovering possible problems. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>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>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>
</channel>
</rss>
