| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | unify local variable/argument numbering | 2018-11-04 | 5 | -24/+23 | |
| | | |||||
| * | hackfix argument order in inner class constructors. this needs a proper fix | 2018-10-31 | 1 | -1/+5 | |
| | | |||||
| * | expose AccessFlags correctly | 2018-10-28 | 1 | -3/+5 | |
| | | |||||
| * | expose AccessFlags over Access | 2018-10-28 | 3 | -10/+18 | |
| | | |||||
| * | update gson, fix argument indexing, delete empty class mappings | 2018-10-27 | 5 | -11/+34 | |
| | | |||||
| * | remove parallelStreams on non-thread-safe ooperations in rebuildMethodNames, ↵ | 2018-10-26 | 1 | -6/+18 | |
| | | | | | gain a bit of performance by not clearing the cache endlessly in phase 2 | ||||
| * | update ASM/Guava, merge ASM port fixes | 2018-10-26 | 8 | -19/+112 | |
| |\ | |||||
| | * | "make sure this is actually a field" properly | 2018-07-24 | 1 | -1/+1 | |
| | | | |||||
| | * | use a common metadata (no-retry) instance to decompile all the files, ↵ | 2018-07-24 | 1 | -2/+37 | |
| | | | | | | | | | similar to the procyon standalone decompiler | ||||
| | * | match the keybind to what the UI says | 2018-07-24 | 1 | -1/+1 | |
| | | | |||||
| | * | more custom source transformers | 2018-07-24 | 1 | -1/+7 | |
| | | | |||||
| | * | missed a semicolon | 2018-07-23 | 1 | -1/+1 | |
| | | | |||||
| | * | add support for the extra loader | 2018-07-23 | 1 | -0/+12 | |
| | | | |||||
| | * | remove injected DUP + getClass() + POP instructions | 2018-07-23 | 1 | -0/+28 | |
| | | | |||||
| | * | fix source index tokens for inner classes that are not mapped | 2018-07-23 | 1 | -0/+12 | |
| | | | |||||
| | * | Make rebuildMethodNames use parallelStream's should improve the speed a lot | 2018-07-22 | 1 | -10/+10 | |
| | | | | | | | | | let me know if it breaks anything | ||||
| | * | Fixed setBridged resetting the viability | 2018-07-22 | 1 | -1/+1 | |
| | | | |||||
| | * | recursively check ClassMapping dirty state | 2018-07-20 | 1 | -1/+10 | |
| | | | |||||
| | * | remove raw casts to Object | 2018-07-20 | 1 | -1/+3 | |
| | | | |||||
| * | | make rebuild method names discard child-only names. imperfect, but eh | 2018-10-25 | 3 | -17/+66 | |
| |\ \ | |/ |/| | |||||
| | * | recursively check ClassMapping dirty state | 2018-07-20 | 1 | -1/+10 | |
| | | | | | | | | | (cherry picked from commit 4a8ee4303ca1ab82da9499181122bfd7e3214a05) | ||||
| | * | remove raw casts to Object | 2018-07-20 | 1 | -1/+3 | |
| | | | | | | | | | (cherry picked from commit 268e8bd3a292162c215723638665e32415207c28) | ||||
| | * | ASM Based Class Translator (#1) | 2018-07-17 | 104 | -5173/+3527 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -0/+12 | |
| | | | |||||
| * | | 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 | |
| | | | |||||