| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Move to awt FileDialog | 2018-11-28 | 2 | -13/+19 | ||
| | | ||||||
| * | Add dark LAF | 2018-11-28 | 4 | -6/+29 | ||
| | | ||||||
| * | fix #68 | 2018-11-28 | 3 | -20/+47 | ||
| | | ||||||
| * | do not propagate non-argument local variable names | 2018-11-27 | 8 | -11/+36 | ||
| | | ||||||
| * | update Guava, show proper constructor tree node, fix AccessFlags.toString | 2018-11-07 | 7 | -7/+144 | ||
| | | ||||||
| * | unify local variable/argument numbering | 2018-11-04 | 6 | -25/+24 | ||
| | | ||||||
| * | 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 to ASM 7.0 | 2018-10-28 | 1 | -5/+4 | ||
| | | ||||||
| * | update gson, fix argument indexing, delete empty class mappings | 2018-10-27 | 6 | -12/+35 | ||
| | | ||||||
| * | 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 | 13 | -21/+510 | ||
| |\ | ||||||
| | * | "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 | 4 | -1/+340 | ||
| | | | ||||||
| | * | missed a semicolon | 2018-07-23 | 1 | -1/+1 | ||
| | | | ||||||
| | * | add support for the extra loader | 2018-07-23 | 1 | -0/+12 | ||
| | | | ||||||
| | * | add classloader for adding deps | 2018-07-23 | 1 | -0/+59 | ||
| | | | ||||||
| | * | 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 | 2 | -1/+42 | ||
| | | | ||||||
| * | | 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 | 122 | -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-jar | 2018-07-10 | 1 | -0/+6 | ||
| | |\ \ | | | | | | | | | Add basic source jar | |||||
| * | \ \ | Merge pull request #62 from OpenModLoader/asm | 2018-07-18 | 122 | -5929/+4611 | ||
| |\ \ \ \ | | |_|/ | |/| | | ASM based class translator | |||||
| | * | | | Update version number | 2018-07-18 | 1 | -1/+1 | ||
| | | | | | ||||||
| | * | | | Merge branch 'master' into asm | 2018-07-17 | 0 | -0/+0 | ||
| | |\ \ \ | |/ / / |/| | | | ||||||
| * | | | | Recursively rebuild method names | 2018-06-21 | 2 | -3/+9 | ||
| | |/ / |/| | | | | | | | | Before it was only doing the first level of inner classes, this works on "inner inner classes" | |||||
| | * | | support enum switches with obfuscated SwitchMaps | 2018-07-11 | 2 | -0/+426 | ||
| | | | | ||||||
| | * | | make CachingClasspathTypeLoader public | 2018-07-10 | 1 | -1/+1 | ||
| | | | | ||||||
| | * | | sources jar | 2018-07-10 | 1 | -0/+6 | ||
| | |\| | ||||||
| | | * | basic source jar | 2018-06-30 | 1 | -0/+6 | ||
| | |/ |/| | ||||||
| | * | 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 | 8 | -35/+158 | ||
| | |\ | | | | | | | 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 | ||
| | | | | ||||||
| | | * | ignore .idea project folders | 2018-07-06 | 1 | -0/+1 | ||
| | | | | ||||||
| | | * | speed up Deobfuscator's getSources by using a single TranslatingTypeloader ↵ | 2018-07-06 | 5 | -35/+131 | ||
| | | | | | | | | | | | | | and caching the ClassLoaderTypeloader | |||||
| | * | | Merge pull request #7 from thiakil/method_field_handles | 2018-07-10 | 2 | -0/+49 | ||
| | |\ \ | | |/ | |/| | index & resolve method/field references for usages view | |||||
| | | * | index & resolve method/field references for usages view | 2018-07-10 | 2 | -0/+49 | ||
| | |/ | ||||||