summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/analysis/JarIndex.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] Mapping rework (#91)Gravatar Gegy2019-01-241-583/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move packages * Mapping & entry refactor: first pass * Fix deobf -> obf tree remapping * Resolve various issues * Give all entries the potential for parents and treat inner classes as children * Deobf UI tree elements * Tests pass * Sort mapping output * Fix delta tracking * Index separation and first pass for #97 * Keep track of remapped jar index * Fix child entries not being remapped * Drop non-root entries * Track dropped mappings * Fix enigma mapping ordering * EntryTreeNode interface * Small tweaks * Naive full index remap on rename * Entries can resolve to more than one root entry * Support alternative resolution strategies * Bridge method resolution * Tests pass * Fix mappings being used where there are none * Fix methods with different descriptors being considered unique. closes #89
* add option to view calls to a method in general, not just the specific ↵Gravatar Adrian Siekierka2018-12-091-1/+15
| | | | instance of the method
* fix #63 - make method inheritance lookup take into account access flagsGravatar asie2018-12-081-4/+15
|
* add barebones plugin framework, cleanupGravatar asie2018-12-081-5/+9
|
* update Guava, show proper constructor tree node, fix AccessFlags.toStringGravatar asie2018-11-071-1/+12
|
* expose AccessFlags correctlyGravatar asie2018-10-281-3/+5
|
* expose AccessFlags over AccessGravatar asie2018-10-281-3/+9
|
* make rebuild method names discard child-only names. imperfect, but ehGravatar asie2018-10-251-4/+25
|\
| * ASM Based Class Translator (#1)Gravatar gegy10002018-07-171-476/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Fix stackoverflow on rebuilding method namesGravatar gegy10002018-06-251-17/+13
| |
* | Fix method reference and bridge detectionGravatar gegy10002018-06-241-34/+68
| |
* | Resolve all failed testsGravatar gegy10002018-06-221-2/+1
| |
* | Fix compile issuesGravatar gegy10002018-06-221-2/+1
| |
* | Fix bridged method detectionGravatar gegy10002018-06-211-1/+1
| |
* | Fix issues with inner class signature transformationGravatar gegy10002018-06-211-1/+1
| |
* | Signature refactoringGravatar gegy10002018-05-191-7/+7
| |
* | Package updatesGravatar gegy10002018-05-191-0/+1
| |
* | Initial port to ASMGravatar gegy10002018-05-191-467/+121
|/
* Reformat codeGravatar Thog2017-03-241-1/+1
|
* Follow Fabric guidelinesGravatar Thog2017-03-081-808/+807
|
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-071-2/+0
| | | | Also update Guava to version 21
* Rework setFieldName to only check name in the actual class mapping and ↵Gravatar Thog2016-10-271-0/+8
| | | | mothers classes mappings (Fix #51)
* Starting implementing local variables (#33)Gravatar Thog2016-10-191-0/+3
| | | | | | | | TODO: - Store format (need to be defined) - Implement some translate operations This commit also fix some cases where argument tokens are not selected
* remove none/ prefixGravatar asiekierka2016-10-181-11/+1
|
* fix method/argument renaming edge cases, add method/argument name rebuilder, ↵Gravatar asiekierka2016-09-121-0/+11
| | | | add Package to Access enum
* A little bit of clean upGravatar Thog2016-09-061-2/+2
|
* bridged method fix did not apply to all cases of method implementation ↵Gravatar asiekierka2016-08-181-1/+9
| | | | finding - this fixes it
* fix #4 by adding bridge checks to related method implementation scanning - ↵Gravatar asiekierka2016-08-181-3/+10
| | | | please verify
* Revert "Removed unused methods"Gravatar asiekierka2016-08-171-0/+16
| | | | This reverts commit 1742190f784d0d62e7cc869eebafdfe1927e448f.
* better fix for #2Gravatar asiekierka2016-08-171-4/+3
|
* fix #2Gravatar asiekierka2016-08-171-3/+9
|
* ReformatGravatar lclc982016-07-041-8/+0
|
* Removed unused methodsGravatar lclc982016-07-021-8/+0
|
* Reformatting codeGravatar lclc982016-07-021-10/+10
|
* Renamed FieldsGravatar lclc982016-07-021-78/+78
|
* Json format (#2)Gravatar lclc982016-06-301-0/+802
* Added new format * Fixed bug * Updated Version