| Commit message (Collapse) | Author | Files | Lines |
|
* Added new format
* Fixed bug
* Updated Version
|
|
|
|
|
|
|
|
fixed mark-as-deobfuscated issue
|
|
|
|
|
|
|
|
class trees
also fixed lots of issues with reading jars that aren't Minecraft. =P
|
|
|
|
also working on recognizing unobfuscated and deobfuscated jars
(needed for M3L)
|
|
|
|
|
|
|
|
|
|
by a subclass instead of the declaring class
|
|
don't hate me too much if you were planning a big merge. =P
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
are shadowed by subclasses
|
|
same name as other classes/fields/methods/arguments
|
|
implement interface
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"default" is a java reserved word
use "none" instead
|
|
so they can be properly imported by other classes
|
|
added system to navigate multiple tokens for the same entry in a behavior
|
|
the basic idea seems to work. =)
|
|
|
|
|
|
also added class to restore bridge method flags taken out by the obfuscator
|
|
in place to detect anonymous classes, but I can't seem to get Procyon to decompile them correctly. I'm writing the InnerClasses attribute and translating all the inner class names, but there must be something else I'm missing...
|
|
|
|
|