| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | ||
| |/ | ||||||
| * | Added theme switcher + dark theme (#60) | 2017-06-07 | 9 | -88/+226 | ||
| | | | | | | | | | | | | | | | | | | | | | | | * Initial work on the color config * Save and read config from file.+ * Allow changing the editor colors * Remove the right margin * Move config to the user's home dir * Use Guava instead of Apache commons * Add runtime theme switching, includes example "dark" theme. * Rename dark theme as requested * Small clean up * Include suggestions from @Thog | |||||
| * | Add support for custom themes (#59) | 2017-06-04 | 8 | -10/+130 | ||
| | | ||||||
| * | Remove the converter + some reorganization | 2017-05-16 | 21 | -3682/+55 | ||
| | | ||||||
| * | Add offset for Enum constructor arguments (Fix #58) | 2017-05-15 | 7 | -22/+30 | ||
| | | ||||||
| * | Rebuild innerclass method names. | 2017-04-05 | 1 | -22/+30 | ||
| | | ||||||
| * | Avoid crash using rebuild method names + make sure that the mapping is dirty ↵ | 2017-04-05 | 2 | -1/+8 | ||
| | | | | | if rebuildMethodNames is called (Fix #56) | |||||
| * | Fix tiny mapping separator, and print out stacktrace on error. | 2017-03-31 | 1 | -1/+2 | ||
| | | ||||||
| * | Document a "little bit" the Tiny Reader | 2017-03-24 | 1 | -8/+33 | ||
| | | ||||||
| * | Reformat code | 2017-03-24 | 10 | -5/+10 | ||
| | | ||||||