<?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: Tutorial: Java Class file format, revealed&#8230;</title> <atom:link href="http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Wed, 16 May 2012 17:16:20 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: shiva</title><link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/comment-page-1#comment-26241</link> <dc:creator>shiva</dc:creator> <pubDate>Sun, 04 Mar 2012 15:49:27 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=584#comment-26241</guid> <description>really mind blowing for ur explanation it helped me a lot.......... thank u</description> <content:encoded><![CDATA[<p>really mind blowing for ur explanation it helped me a lot&#8230;&#8230;&#8230;. thank u</p> ]]></content:encoded> </item> <item><title>By: govi</title><link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/comment-page-1#comment-16550</link> <dc:creator>govi</dc:creator> <pubDate>Wed, 05 Oct 2011 05:38:18 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=584#comment-16550</guid> <description>Really hats off.....Excellent and really helpful tech notes....</description> <content:encoded><![CDATA[<p>Really hats off&#8230;..Excellent and really helpful tech notes&#8230;.</p> ]]></content:encoded> </item> <item><title>By: safi</title><link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/comment-page-1#comment-14278</link> <dc:creator>safi</dc:creator> <pubDate>Mon, 07 Mar 2011 07:42:49 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=584#comment-14278</guid> <description>its really interesting and understandable. i really like the simple way u explained! thumbs up :)</description> <content:encoded><![CDATA[<p>its really interesting and understandable. i really like the simple way u explained! thumbs up <img src='http://viralpatel.net/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: chunyan</title><link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/comment-page-1#comment-13575</link> <dc:creator>chunyan</dc:creator> <pubDate>Sun, 19 Dec 2010 22:06:17 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=584#comment-13575</guid> <description>I have read some article about Java class file format. This is the only one taught me what Java class file format is . Thank you very much.</description> <content:encoded><![CDATA[<p>I have read some article about Java class file format. This is the only one taught me what Java class file format is . Thank you very much.</p> ]]></content:encoded> </item> <item><title>By: paras</title><link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/comment-page-1#comment-12952</link> <dc:creator>paras</dc:creator> <pubDate>Thu, 05 Aug 2010 10:34:22 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=584#comment-12952</guid> <description>thx for this tutorial..</description> <content:encoded><![CDATA[<p>thx for this tutorial..</p> ]]></content:encoded> </item> <item><title>By: Mohamed</title><link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/comment-page-1#comment-12183</link> <dc:creator>Mohamed</dc:creator> <pubDate>Tue, 23 Feb 2010 13:44:21 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=584#comment-12183</guid> <description>Hi Could some one please tell me how to get the goto branch address in java bytecode Thanks</description> <content:encoded><![CDATA[<p>Hi<br /> Could some one please tell me how to get the goto branch address in java bytecode<br /> Thanks</p> ]]></content:encoded> </item> <item><title>By: Keshav</title><link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/comment-page-1#comment-11696</link> <dc:creator>Keshav</dc:creator> <pubDate>Tue, 24 Nov 2009 10:38:26 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=584#comment-11696</guid> <description>Hi Viral,I found that there are two type of statements that involve in branching - flow control instructions and the switch instructions (table switch and lookup switch).I am able to decompile most of the bytecode except in detecting loops. What are the rules to detect loops in the code attribute instructions for a method? I tried to identify by patterns but gave up. Every compiler can generate it&#039;s  code in different ways.Any pointers would also be very helpful... Also, is it very math intensive?Thanks, Keshavan</description> <content:encoded><![CDATA[<p>Hi Viral,</p><p>I found that there are two type of statements that involve in branching &#8211; flow control instructions and the switch instructions (table switch and lookup switch).</p><p>I am able to decompile most of the bytecode except in detecting loops. What are the rules to detect loops in the code attribute instructions for a method? I tried to identify by patterns but gave up. Every compiler can generate it&#8217;s  code in different ways.</p><p>Any pointers would also be very helpful&#8230; Also, is it very math intensive?</p><p>Thanks,<br /> Keshavan</p> ]]></content:encoded> </item> <item><title>By: Decompile Java Class, decompiling class file using JAD, JAD decompiler</title><link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/comment-page-1#comment-484</link> <dc:creator>Decompile Java Class, decompiling class file using JAD, JAD decompiler</dc:creator> <pubDate>Mon, 19 Jan 2009 11:09:42 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=584#comment-484</guid> <description>[...] Decompiler knows about the structure of a Java class and parse it to generated Java source [...]</description> <content:encoded><![CDATA[<p>[...] Decompiler knows about the structure of a Java class and parse it to generated Java source [...]</p> ]]></content:encoded> </item> <item><title>By: Viral</title><link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/comment-page-1#comment-407</link> <dc:creator>Viral</dc:creator> <pubDate>Fri, 16 Jan 2009 08:31:27 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=584#comment-407</guid> <description>Hi Anupriya, For decompiling any Java Class, you can use lots of Decompilers available freely. One such decompiler is JAD http://www.kpdus.com/jad.htmlHope this will solve your query.</description> <content:encoded><![CDATA[<p>Hi Anupriya,<br /> For decompiling any Java Class, you can use lots of Decompilers available freely.<br /> One such decompiler is JAD <a href="http://www.kpdus.com/jad.html" rel="nofollow">http://www.kpdus.com/jad.html</a></p><p>Hope this will solve your query.</p> ]]></content:encoded> </item> <item><title>By: Anupriya</title><link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/comment-page-1#comment-406</link> <dc:creator>Anupriya</dc:creator> <pubDate>Fri, 16 Jan 2009 07:15:14 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=584#comment-406</guid> <description>Hi viral, can u please help me decompilation of class files? Where should i start from?</description> <content:encoded><![CDATA[<p>Hi viral,<br /> can u please help me decompilation of class files?<br /> Where should i start from?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/13 queries in 0.165 seconds using disk: basic
Object Caching 367/367 objects using disk: basic

Served from: viralpatel.net @ 2012-05-17 08:37:26 -->
