| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make rebuild method names discard child-only names. imperfect, but eh | 2018-10-25 | 4 | -17/+105 | |
| |\ | |||||
| | * | recursively check ClassMapping dirty state | 2018-07-20 | 1 | -1/+10 | |
| | | | | | | | | | (cherry picked from commit 4a8ee4303ca1ab82da9499181122bfd7e3214a05) | ||||
| | * | remove raw casts to Object | 2018-07-20 | 2 | -1/+42 | |
| | | | | | | | | | (cherry picked from commit 268e8bd3a292162c215723638665e32415207c28) | ||||
| | * | ASM Based Class Translator (#1) | 2018-07-17 | 105 | -5173/+3941 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | | support enum switches with obfuscated SwitchMaps | 2018-07-11 | 2 | -0/+426 | |
| | | | |||||
| * | | make CachingClasspathTypeLoader public | 2018-07-10 | 1 | -1/+1 | |
| | | | |||||
| * | | make CachingClasspathTypeLoader public | 2018-07-10 | 1 | -1/+1 | |
| | | | |||||
| * | | buffer the ParsedJar class entry inputstream, allow use with a jarinputstream | 2018-07-10 | 1 | -1/+24 | |
| | | | |||||
| * | | fix giving obf classes a name not removing them from the panel | 2018-07-10 | 1 | -1/+5 | |
| | | | |||||
| * | | Allow reader/writer subclasses to provide the underlying file operations | 2018-07-10 | 3 | -10/+27 | |
| | | | |||||
| * | | Merge pull request #6 from thiakil/speedy-getsources | 2018-07-10 | 7 | -35/+157 | |
| |\ \ | | | | | | | Speedy getsources + sig fix | ||||
| | * | | fix signature remap of inners for now | 2018-07-06 | 1 | -0/+15 | |
| | | | | |||||
| | * | | move SynchronizedTypeLoader to a non-inner | 2018-07-06 | 2 | -28/+39 | |
| | | | | |||||
| | * | | speed up Deobfuscator's getSources by using a single TranslatingTypeloader ↵ | 2018-07-06 | 5 | -35/+131 | |
| | | | | | | | | | | | | | and caching the ClassLoaderTypeloader | ||||
| * | | | index & resolve method/field references for usages view | 2018-07-10 | 2 | -0/+49 | |
| |/ / | |||||
| * | | make isMethodProvider public | 2018-07-05 | 1 | -1/+1 | |
| | | | | | | | | | (cherry picked from commit ebad6a9) | ||||
| * | | Fix old mappings not properly being removed | 2018-07-05 | 3 | -78/+96 | |
| | | | |||||
| * | | Fix old mappings not properly being removed | 2018-07-05 | 2 | -10/+17 | |
| | | | |||||
| * | | Use previous save state to delete old mapping files | 2018-07-05 | 3 | -54/+54 | |
| | | | |||||
| * | | fix incorrect super calls | 2018-07-04 | 1 | -2/+2 | |
| | | | |||||
| * | | Make decompile parallel | 2018-07-03 | 1 | -6/+10 | |
| | | | |||||
| * | | Output directly to file on source export | 2018-07-03 | 1 | -4/+4 | |
| | | | |||||
| * | | Ignore invalid decompiled variable indices | 2018-06-30 | 1 | -9/+16 | |
| | | | |||||
| * | | Fix stackoverflow on rebuilding method names | 2018-06-25 | 1 | -17/+13 | |
| | | | |||||
| * | | Fix parsed local variable indexing | 2018-06-24 | 5 | -55/+54 | |
| | | | |||||
| * | | Fix enum parameter index offset | 2018-06-24 | 3 | -12/+18 | |
| | | | |||||
| * | | Parameter translation in interfaces | 2018-06-24 | 1 | -19/+48 | |
| | | | |||||
| * | | Fix handling of null deobf mappings | 2018-06-24 | 4 | -32/+15 | |
| | | | |||||
| * | | Fix method reference and bridge detection | 2018-06-24 | 4 | -36/+77 | |
| | | | |||||
| * | | Fix array translation in method calls | 2018-06-23 | 3 | -7/+17 | |
| | | | |||||
| * | | Fix frame array type translation | 2018-06-23 | 1 | -2/+2 | |
| | | | |||||
| * | | Fix frame array type translation | 2018-06-23 | 1 | -2/+6 | |
| | | | |||||
| * | | Fix class signatures not being translated | 2018-06-23 | 1 | -1/+2 | |
| | | | |||||
| * | | Apply deobfuscated name to transformed classes | 2018-06-23 | 2 | -8/+15 | |
| | | | |||||
| * | | Resolve all failed tests | 2018-06-22 | 4 | -13/+10 | |
| | | | |||||
| * | | Fix compile issues | 2018-06-22 | 3 | -6/+4 | |
| | | | |||||
| * | | Merge branch 'master' into asm | 2018-06-22 | 1 | -0/+4 | |
| |\| | | | | | | | | | | | # Conflicts: # build.gradle # src/main/java/cuchaz/enigma/bytecode/MethodParametersAttribute.java | ||||
| | * | Fix method parameter info sometimes causing the exported class to become ↵ | 2018-05-16 | 1 | -2/+0 | |
| | | | | | | | | | | | | | invalid. This fixes intelij not reading the class successfully, thus preventing it from being used. | ||||
| | * | Add support for MTH-ARG in tiny mappings reader | 2018-05-15 | 1 | -0/+4 | |
| | | | |||||
| * | | Fix bridged method detection | 2018-06-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix issues with inner class signature transformation | 2018-06-21 | 4 | -13/+11 | |
| | | | |||||
| * | | Fix anonymous class generation | 2018-05-20 | 3 | -4/+6 | |
| | | | |||||
| * | | Fix parameter name offset | 2018-05-19 | 3 | -46/+40 | |
| | | | |||||
| * | | Fix highlighting of mapped names | 2018-05-19 | 1 | -10/+14 | |
| | | | |||||
| * | | Signature refactoring | 2018-05-19 | 16 | -96/+206 | |
| | | | |||||
| * | | More bytecode translation | 2018-05-19 | 7 | -50/+304 | |
| | | | |||||
| * | | Fix inner class mapping | 2018-05-19 | 2 | -18/+12 | |
| | | | |||||
| * | | Annotation + inner class translation | 2018-05-19 | 10 | -23/+133 | |
| | | | |||||
| * | | Package updates | 2018-05-19 | 58 | -273/+102 | |
| | | | |||||
| * | | Initial port to ASM | 2018-05-19 | 82 | -4649/+2372 | |
| |/ | |||||