| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace all occurences of '@VERSION@' during build (#88)0.12-stable | 2019-01-11 | 1 | -1/+22 | |
| | | |||||
| * | Fix annotation npe for villager (#99) | 2019-01-11 | 1 | -5/+13 | |
| | | | | Signed-off-by: liach <liach@users.noreply.github.com> | ||||
| * | Tweak variable name generation (#86) | 2018-12-15 | 5 | -42/+78 | |
| | | | | | | | * Don't apply offset to all methods in abstract class * Tweak local variable naming | ||||
| * | Fix #78 (#85) | 2018-12-15 | 1 | -1/+2 | |
| | | |||||
| * | be a bit nicer | 2018-12-12 | 1 | -1/+1 | |
| | | |||||
| * | fix #74 | 2018-12-11 | 2 | -0/+16 | |
| | | |||||
| * | fix #66 | 2018-12-11 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #75 from shadowfacts/dracula-fixes | 2018-12-11 | 3 | -2/+16 | |
| |\ | | | | | Fix cursor and selection highlight color when using the dark theme | ||||
| | * | Fix cursor and selection highlight color when using the dark theme | 2018-12-10 | 3 | -2/+16 | |
| |/ | |||||
| * | add option to view calls to a method in general, not just the specific ↵ | 2018-12-09 | 5 | -7/+37 | |
| | | | | | instance of the method | ||||
| * | fix SourceIndex remap bugs | 2018-12-09 | 4 | -20/+16 | |
| | | |||||
| * | try hack to solve Darcula Ivy issue for now | 2018-12-08 | 1 | -0/+5 | |
| | | |||||
| * | fix #63 - make method inheritance lookup take into account access flags | 2018-12-08 | 2 | -4/+17 | |
| | | |||||
| * | rewrite entry resolution logic in TranslationIndex, hopefully fixing bugs | 2018-12-08 | 9 | -89/+82 | |
| | | |||||
| * | add barebones plugin framework, cleanup | 2018-12-08 | 24 | -347/+310 | |
| | | |||||
| * | work around Procyon weirdness | 2018-11-29 | 1 | -1/+7 | |
| | | |||||
| * | fix class sorting in pane | 2018-11-28 | 1 | -41/+2 | |
| | | |||||
| * | add line number coloring, bugfixes | 2018-11-28 | 7 | -28/+44 | |
| | | |||||
| * | refactors and bugfixes | 2018-11-28 | 5 | -89/+112 | |
| | | |||||
| * | 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 | ||||