Does anybody know some opensource project could parse .class file format? Without source code, I could unzip the JAR file, and I try to get the class name, function name or some strings something like that contains in the class file, is that possible?Does anybody know some opensource project could