<?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>Sun, 14 Mar 2010 11:27:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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.html

Hope 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>
	<item>
		<title>By: Viral</title>
		<link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/comment-page-1#comment-361</link>
		<dc:creator>Viral</dc:creator>
		<pubDate>Thu, 15 Jan 2009 04:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=584#comment-361</guid>
		<description>Thanks Maha for the comment...
In this tutorial I tried to explain everything in a very simple language so that it is easy for everyone to understand it.
Do read more on this blog. Hope you will like it.</description>
		<content:encoded><![CDATA[<p>Thanks Maha for the comment&#8230;<br />
In this tutorial I tried to explain everything in a very simple language so that it is easy for everyone to understand it.<br />
Do read more on this blog. Hope you will like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maha</title>
		<link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/comment-page-1#comment-355</link>
		<dc:creator>maha</dc:creator>
		<pubDate>Wed, 14 Jan 2009 21:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=584#comment-355</guid>
		<description>I really liked your simple way of explaining the whole ClassFile structure! I&#039;ve been reading SUN&#039;s specification throu Tim and Frank book titled &quot;The java virtual machine specification&quot; for two days and honestly, I kept flipping back and forth to remember what&#039;s the connection. Here the connection is really obvious !  Thanks</description>
		<content:encoded><![CDATA[<p>I really liked your simple way of explaining the whole ClassFile structure! I&#8217;ve been reading SUN&#8217;s specification throu Tim and Frank book titled &#8220;The java virtual machine specification&#8221; for two days and honestly, I kept flipping back and forth to remember what&#8217;s the connection. Here the connection is really obvious !  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java Virtual Machine JVM tutorial &#124; JVM tutorial &#124; Inside JVM &#124; viralpatel.net</title>
		<link>http://viralpatel.net/blogs/2009/01/tutorial-java-class-file-format-revealed.html/comment-page-1#comment-321</link>
		<dc:creator>Java Virtual Machine JVM tutorial &#124; JVM tutorial &#124; Inside JVM &#124; viralpatel.net</dc:creator>
		<pubDate>Wed, 14 Jan 2009 06:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=584#comment-321</guid>
		<description>[...] Read this tutorial about Java Class File format.   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] Read this tutorial about Java Class File format.   Share and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.137 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-16 06:38:00 -->
