summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Move to awt FileDialogGravatar modmuss502018-11-282-13/+19
|
* Add dark LAFGravatar modmuss502018-11-284-6/+29
|
* fix #68Gravatar asie2018-11-283-20/+47
|
* do not propagate non-argument local variable namesGravatar asie2018-11-278-11/+36
|
* update Guava, show proper constructor tree node, fix AccessFlags.toStringGravatar asie2018-11-077-7/+144
|
* unify local variable/argument numberingGravatar Adrian Siekierka2018-11-046-25/+24
|
* hackfix argument order in inner class constructors. this needs a proper fixGravatar asie2018-10-311-1/+5
|
* expose AccessFlags correctlyGravatar asie2018-10-281-3/+5
|
* expose AccessFlags over AccessGravatar asie2018-10-283-10/+18
|
* update to ASM 7.0Gravatar asie2018-10-281-5/+4
|
* update gson, fix argument indexing, delete empty class mappingsGravatar asie2018-10-276-12/+35
|
* remove parallelStreams on non-thread-safe ooperations in rebuildMethodNames, ↵Gravatar Adrian Siekierka2018-10-261-6/+18
| | | | gain a bit of performance by not clearing the cache endlessly in phase 2
* update ASM/Guava, merge ASM port fixesGravatar Adrian Siekierka2018-10-2613-21/+510
|\
| * "make sure this is actually a field" properlyGravatar Thiakil2018-07-241-1/+1
| |
| * use a common metadata (no-retry) instance to decompile all the files, ↵Gravatar Thiakil2018-07-241-2/+37
| | | | | | | | similar to the procyon standalone decompiler
| * match the keybind to what the UI saysGravatar Thiakil2018-07-241-1/+1
| |
| * more custom source transformersGravatar Thiakil2018-07-244-1/+340
| |
| * missed a semicolonGravatar Thiakil2018-07-231-1/+1
| |
| * add support for the extra loaderGravatar Thiakil2018-07-231-0/+12
| |
| * add classloader for adding depsGravatar Thiakil2018-07-231-0/+59
| |
| * remove injected DUP + getClass() + POP instructionsGravatar Thiakil2018-07-231-0/+28
| |
| * fix source index tokens for inner classes that are not mappedGravatar Thiakil2018-07-231-0/+12
| |
| * Make rebuildMethodNames use parallelStream's should improve the speed a lotGravatar modmuss502018-07-221-10/+10
| | | | | | | | let me know if it breaks anything
| * Fixed setBridged resetting the viabilityGravatar modmuss502018-07-221-1/+1
| |
| * recursively check ClassMapping dirty stateGravatar Thiakil2018-07-201-1/+10
| |
| * remove raw casts to ObjectGravatar Thiakil2018-07-202-1/+42
| |
* | make rebuild method names discard child-only names. imperfect, but ehGravatar asie2018-10-254-17/+105
|\ \
| * | recursively check ClassMapping dirty stateGravatar Thiakil2018-07-201-1/+10
| | | | | | | | | | | | (cherry picked from commit 4a8ee4303ca1ab82da9499181122bfd7e3214a05)
| * | remove raw casts to ObjectGravatar Thiakil2018-07-202-1/+42
| | | | | | | | | | | | (cherry picked from commit 268e8bd3a292162c215723638665e32415207c28)
| * | ASM Based Class Translator (#1)Gravatar gegy10002018-07-17122-5927/+4609
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial port to ASM * Package updates * Annotation + inner class translation * Fix inner class mapping * More bytecode translation * Signature refactoring * Fix highlighting of mapped names * Fix parameter name offset * Fix anonymous class generation * Fix issues with inner class signature transformation * Fix bridged method detection * Fix compile issues * Resolve all failed tests * Apply deobfuscated name to transformed classes * Fix class signatures not being translated * Fix frame array type translation * Fix frame array type translation * Fix array translation in method calls * Fix method reference and bridge detection * Fix handling of null deobf mappings * Parameter translation in interfaces * Fix enum parameter index offset * Fix parsed local variable indexing * Fix stackoverflow on rebuilding method names * Ignore invalid decompiled variable indices * basic source jar * Output directly to file on source export * Make decompile parallel * fix incorrect super calls * Use previous save state to delete old mapping files * Fix old mappings not properly being removed * Fix old mappings not properly being removed * make isMethodProvider public (cherry picked from commit ebad6a9) * speed up Deobfuscator's getSources by using a single TranslatingTypeloader and caching the ClassLoaderTypeloader * ignore .idea project folders * move SynchronizedTypeLoader to a non-inner * fix signature remap of inners for now * index & resolve method/field references for usages view * Allow reader/writer subclasses to provide the underlying file operations * fix giving obf classes a name not removing them from the panel * buffer the ParsedJar class entry inputstream, allow use with a jarinputstream * make CachingClasspathTypeLoader public * make CachingClasspathTypeLoader public * support enum switches with obfuscated SwitchMaps
| * | Merge pull request #3 from thiakil/src-jarGravatar Modmuss502018-07-101-0/+6
| |\ \ | | | | | | | | Add basic source jar
* | \ \ Merge pull request #62 from OpenModLoader/asmGravatar Modmuss502018-07-18122-5929/+4611
|\ \ \ \ | | |_|/ | |/| | ASM based class translator
| * | | Update version numberGravatar gegy10002018-07-181-1/+1
| | | |
| * | | Merge branch 'master' into asmGravatar gegy10002018-07-170-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | Recursively rebuild method namesGravatar modmuss502018-06-212-3/+9
| |/ / |/| | | | | | | | Before it was only doing the first level of inner classes, this works on "inner inner classes"
| * | support enum switches with obfuscated SwitchMapsGravatar Thiakil2018-07-112-0/+426
| | |
| * | make CachingClasspathTypeLoader publicGravatar Thiakil2018-07-101-1/+1
| | |
| * | sources jarGravatar Thiakil2018-07-101-0/+6
| |\|
| | * basic source jarGravatar Thiakil2018-06-301-0/+6
| |/ |/|
| * make CachingClasspathTypeLoader publicGravatar Thiakil2018-07-101-1/+1
| |
| * buffer the ParsedJar class entry inputstream, allow use with a jarinputstreamGravatar Thiakil2018-07-101-1/+24
| |
| * fix giving obf classes a name not removing them from the panelGravatar Thiakil2018-07-101-1/+5
| |
| * Allow reader/writer subclasses to provide the underlying file operationsGravatar Thiakil2018-07-103-10/+27
| |
| * Merge pull request #6 from thiakil/speedy-getsourcesGravatar Modmuss502018-07-108-35/+158
| |\ | | | | | | Speedy getsources + sig fix
| | * fix signature remap of inners for nowGravatar Thiakil2018-07-061-0/+15
| | |
| | * move SynchronizedTypeLoader to a non-innerGravatar Thiakil2018-07-062-28/+39
| | |
| | * ignore .idea project foldersGravatar Thiakil2018-07-061-0/+1
| | |
| | * speed up Deobfuscator's getSources by using a single TranslatingTypeloader ↵Gravatar Thiakil2018-07-065-35/+131
| | | | | | | | | | | | and caching the ClassLoaderTypeloader
| * | Merge pull request #7 from thiakil/method_field_handlesGravatar Modmuss502018-07-102-0/+49
| |\ \ | | |/ | |/| index & resolve method/field references for usages view
| | * index & resolve method/field references for usages viewGravatar Thiakil2018-07-102-0/+49
| |/