wolverine
2007-03-26 14:21:53 UTC
Hi,
I recently read that every java .class file, is written in a
specific binary format.
http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html
I just want to know whether there is any C++ class for extracting
those structure information from a .class file . I am NOT speaking
about decompiling the java class. I just want to parse and extract
some information from the .class file.
Thanks in Advance
Kiran.
I recently read that every java .class file, is written in a
specific binary format.
http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html
I just want to know whether there is any C++ class for extracting
those structure information from a .class file . I am NOT speaking
about decompiling the java class. I just want to parse and extract
some information from the .class file.
Thanks in Advance
Kiran.