Monday, October 20, 2008

Java class file disassembler

I began working on a disassembler for the Java class file format, and it's come along very rapidly. The only hold-up has been in unpacking the constants pool when there are Long or Double constants present, and that trouble was simply due to ambiguity in the specification about exactly what it meant that such constants took up two entries in the pool.

I've posted my work thus far in SVN, and have created a short project page for it.

No comments: