<?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 Apkudo</title>
	<atom:link href="http://mspotten.com/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mspotten.com/wordpress</link>
	<description></description>
	<lastBuildDate>Fri, 08 Nov 2013 08:02:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Comment on Enabling HierarchyViewer on Rooted Android Devices by Geo</title>
		<link>http://mspotten.com/wordpress/enabling-hierarchyviewer-on-rooted-android-devices/#comment-37</link>
		<dc:creator><![CDATA[Geo]]></dc:creator>
		<pubDate>Fri, 08 Nov 2013 08:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://apkudo.wordpress.com/?p=397#comment-37</guid>
		<description><![CDATA[Thanks! This is great and helps a lot! :)]]></description>
		<content:encoded><![CDATA[<p>Thanks! This is great and helps a lot! <img src="http://mspotten.com/wordpress/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apkudo Announces Apkudo Approved for Accessories by androidbethy</title>
		<link>http://mspotten.com/wordpress/apkudo-announces-apkudo-approved-for-accessories/#comment-123</link>
		<dc:creator><![CDATA[androidbethy]]></dc:creator>
		<pubDate>Tue, 17 Sep 2013 17:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apkudo.com/?p=1177#comment-123</guid>
		<description><![CDATA[Reblogged this on &lt;a href=&quot;http://androidbethy.wordpress.com/2013/09/17/apkudo-announces-apkudo-approved-for-accessories/&quot; rel=&quot;nofollow&quot;&gt;Android Bethy&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>Reblogged this on <a href="http://androidbethy.wordpress.com/2013/09/17/apkudo-announces-apkudo-approved-for-accessories/" rel="nofollow">Android Bethy</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse Engineering Android: Disassembling Hello World by stanto</title>
		<link>http://mspotten.com/wordpress/reverse-engineering-android-disassembling-hello-world/#comment-104</link>
		<dc:creator><![CDATA[stanto]]></dc:creator>
		<pubDate>Sat, 14 Sep 2013 09:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apkudo.com/?p=775#comment-104</guid>
		<description><![CDATA[what functions do .local vx / .end local vx and .restart local vx have? Can u give me some advices!]]></description>
		<content:encoded><![CDATA[<p>what functions do .local vx / .end local vx and .restart local vx have? Can u give me some advices!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse Engineering Android: Disassembling Hello World by Nick Abbott</title>
		<link>http://mspotten.com/wordpress/reverse-engineering-android-disassembling-hello-world/#comment-103</link>
		<dc:creator><![CDATA[Nick Abbott]]></dc:creator>
		<pubDate>Thu, 29 Aug 2013 13:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apkudo.com/?p=775#comment-103</guid>
		<description><![CDATA[I&#039;m trying to understand some smali and you say this: &quot;overwrite both of our parameter registers. Given we won’t be using either of those registers after setContentView(), this number is appropriate.&quot; BUT, what if you did want to re-use your registers? Would you do:

.line 18
    invoke-virtual {p1}, Lcom/test/helloworld/HelloWorldActivity;-&gt;getApplicationContext()Landroid/content/Context;

    move-result-object v4

    const-string v5, &quot;Hacked!&quot;

    const/4 v6, 0x0

    invoke-static {v4, v5, v6}, Landroid/widget/Toast;-&gt;makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast;

    move-result-object v4

    invoke-virtual {v4}, Landroid/widget/Toast;-&gt;show()V

Then set .locals to 4 (as we&#039;re using new registers). I think I tried this on something myself and it caused an APK crash!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to understand some smali and you say this: &#8220;overwrite both of our parameter registers. Given we won’t be using either of those registers after setContentView(), this number is appropriate.&#8221; BUT, what if you did want to re-use your registers? Would you do:</p>
<p>.line 18<br />
    invoke-virtual {p1}, Lcom/test/helloworld/HelloWorldActivity;-&gt;getApplicationContext()Landroid/content/Context;</p>
<p>    move-result-object v4</p>
<p>    const-string v5, &#8220;Hacked!&#8221;</p>
<p>    const/4 v6, 0x0</p>
<p>    invoke-static {v4, v5, v6}, Landroid/widget/Toast;-&gt;makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast;</p>
<p>    move-result-object v4</p>
<p>    invoke-virtual {v4}, Landroid/widget/Toast;-&gt;show()V</p>
<p>Then set .locals to 4 (as we&#8217;re using new registers). I think I tried this on something myself and it caused an APK crash!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling HierarchyViewer on Rooted Android Devices by jayenoh</title>
		<link>http://mspotten.com/wordpress/enabling-hierarchyviewer-on-rooted-android-devices/#comment-36</link>
		<dc:creator><![CDATA[jayenoh]]></dc:creator>
		<pubDate>Thu, 01 Aug 2013 13:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://apkudo.wordpress.com/?p=397#comment-36</guid>
		<description><![CDATA[Great trick! Thanks!]]></description>
		<content:encoded><![CDATA[<p>Great trick! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse Engineering Android: Disassembling Hello World by Andy B</title>
		<link>http://mspotten.com/wordpress/reverse-engineering-android-disassembling-hello-world/#comment-102</link>
		<dc:creator><![CDATA[Andy B]]></dc:creator>
		<pubDate>Mon, 29 Jul 2013 15:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apkudo.com/?p=775#comment-102</guid>
		<description><![CDATA[very cool reverse engineering tut!]]></description>
		<content:encoded><![CDATA[<p>very cool reverse engineering tut!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing with Monkey by Android - Monkey UI Test Tool &#124; Mert Simsek</title>
		<link>http://mspotten.com/wordpress/testing-with-monkey/#comment-15</link>
		<dc:creator><![CDATA[Android - Monkey UI Test Tool &#124; Mert Simsek]]></dc:creator>
		<pubDate>Fri, 26 Jul 2013 10:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://apkudo.wordpress.com/?p=88#comment-15</guid>
		<description><![CDATA[[&#8230;] http://blog.apkudo.com/2011/12/13/testing-with-monkey/ [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://blog.apkudo.com/2011/12/13/testing-with-monkey/" rel="nofollow">http://blog.apkudo.com/2011/12/13/testing-with-monkey/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse Engineering Android: Disassembling Hello World by Java Android Reverse Engineering &#124; Ranjan Kumar</title>
		<link>http://mspotten.com/wordpress/reverse-engineering-android-disassembling-hello-world/#comment-101</link>
		<dc:creator><![CDATA[Java Android Reverse Engineering &#124; Ranjan Kumar]]></dc:creator>
		<pubDate>Thu, 25 Jul 2013 08:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apkudo.com/?p=775#comment-101</guid>
		<description><![CDATA[[&#8230;] Drew following conversion diagram for Java Android reverse engineering.    Ref: Smali smali Guide smali syntax highlighting for notepad++ ASM ASMDEX http://jasmin.sourceforge.net http://code.google.com/p/dex2jar/ Reverse Engineering Android: Disassembling Hello World [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Drew following conversion diagram for Java Android reverse engineering.    Ref: Smali smali Guide smali syntax highlighting for notepad++ ASM ASMDEX <a href="http://jasmin.sourceforge.net" rel="nofollow">http://jasmin.sourceforge.net</a> <a href="http://code.google.com/p/dex2jar/" rel="nofollow">http://code.google.com/p/dex2jar/</a> Reverse Engineering Android: Disassembling Hello World [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run Google Play on an emulator and pretend to be any device by Hot Picture of David Ticknor</title>
		<link>http://mspotten.com/wordpress/run-google-play-on-an-emulator-and-pretend-to-be-any-device/#comment-71</link>
		<dc:creator><![CDATA[Hot Picture of David Ticknor]]></dc:creator>
		<pubDate>Tue, 23 Jul 2013 01:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://apkudo.wordpress.com/?p=510#comment-71</guid>
		<description><![CDATA[If you are going for most excellent contents like me, simply pay a visit this site everyday for the 
reason that it presents quality contents, thanks]]></description>
		<content:encoded><![CDATA[<p>If you are going for most excellent contents like me, simply pay a visit this site everyday for the<br />
reason that it presents quality contents, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling HierarchyViewer on Rooted Android Devices by Maxim Rahlis</title>
		<link>http://mspotten.com/wordpress/enabling-hierarchyviewer-on-rooted-android-devices/#comment-35</link>
		<dc:creator><![CDATA[Maxim Rahlis]]></dc:creator>
		<pubDate>Mon, 22 Jul 2013 17:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://apkudo.wordpress.com/?p=397#comment-35</guid>
		<description><![CDATA[AWESOME! Thanks! Worked perfectly for my Galaxy SII 4.0.3 and on my Galaxy S4 4.2.2.

Keep on the good work!]]></description>
		<content:encoded><![CDATA[<p>AWESOME! Thanks! Worked perfectly for my Galaxy SII 4.0.3 and on my Galaxy S4 4.2.2.</p>
<p>Keep on the good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
