A Python module for inspecting a Java class file. May eventually be trained to behave like the javap utility shipped with most Java SDKs. Available at http://code.google.com/p/obriencj/wiki/javaclass GoalsI'd like to come out of this project with the following
ReferencesLuckily in this endeavour, I am not banging my head against some unknown format. The Java class file format is published openly. |