summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/analysis (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-0327-2724/+0
* Fix #179 (#223)Gravatar Runemoro2020-04-181-8/+0
* Fix division by zero (#189)Gravatar howtonotwin2020-04-041-1/+2
* Support java 9+ and gradle 6+ (#206)Gravatar liach2020-04-025-6/+11
* CFR support (#192)Gravatar Runemoro2020-03-0911-898/+14
* Made Enigma gui translatable (#193)Gravatar modmuss502020-03-051-5/+7
* Allow attaching class, method, field, and parameter javadocs (#185)Gravatar Fudge2019-12-025-713/+160
* Correctly decompile bridges, and add command to add bridges to mappings (#180)Gravatar Runemoro2019-11-221-5/+13
* Tweak runemoro's stats generator to be compatible with multiple services (#178)Gravatar liach2019-11-081-7/+11
* Fix compiling on Java 13 (#174)Gravatar Runemoro2019-11-081-1/+1
* Allow multiple services for enigma (#168)Gravatar liach2019-11-081-0/+150
* Check protected method/field target in visibility index (#157)Gravatar Runemoro2019-11-0211-55/+576
* Drop invalid mappings menuGravatar gegy10002019-06-181-4/+4
* Fix bad index order from enabled parallelismGravatar gegy10002019-06-182-2/+1
* Plugin rework along with API rework: Enigma split from EnigmaProject; plugins...Gravatar gegy10002019-06-163-139/+139
* Method type reference corrections (#142)Gravatar Erlend Åmdal2019-05-184-31/+60
* Feature/weave (#138)Gravatar liach2019-05-162-6/+7
* checkmappings command (#137)Gravatar Erlend Åmdal2019-05-154-5/+195
* Don't remap specialized methods to their bridge partner in bytecodeGravatar gegy10002019-05-103-65/+33
* Index lambda local variables to correct declaring methodGravatar gegy10002019-03-162-9/+12
* Adds a red highlight for overridden methods in method inheritance tree gui (#...Gravatar liach2019-02-241-12/+15
* Fix #110 and remap indices with matched bridge method namesGravatar gegy10002019-02-235-29/+78
* Tweak inheritance and implementation tree generationGravatar gegy10002019-02-234-35/+38
* Drop final modifiers from displayed source ast for easier readabilityGravatar gegy10002019-02-231-0/+37
* Bridge Method Fixes (#111)Gravatar Gegy2019-02-193-16/+113
* Remap sources (#106)Gravatar Gegy2019-01-3012-184/+147
* [WIP] Mapping rework (#91)Gravatar Gegy2019-01-2430-1375/+963
* fix #74Gravatar asie2018-12-112-0/+16
* add option to view calls to a method in general, not just the specific instan...Gravatar Adrian Siekierka2018-12-092-2/+21
* fix SourceIndex remap bugsGravatar asie2018-12-092-14/+11
* fix #63 - make method inheritance lookup take into account access flagsGravatar asie2018-12-081-4/+15
* rewrite entry resolution logic in TranslationIndex, hopefully fixing bugsGravatar asie2018-12-081-80/+55
* add barebones plugin framework, cleanupGravatar asie2018-12-087-31/+111
* do not propagate non-argument local variable namesGravatar asie2018-11-272-4/+5
* update Guava, show proper constructor tree node, fix AccessFlags.toStringGravatar asie2018-11-072-1/+108
* unify local variable/argument numberingGravatar Adrian Siekierka2018-11-042-10/+3
* hackfix argument order in inner class constructors. this needs a proper fixGravatar asie2018-10-311-1/+5
* expose AccessFlags correctlyGravatar asie2018-10-281-3/+5
* expose AccessFlags over AccessGravatar asie2018-10-283-10/+18
* update gson, fix argument indexing, delete empty class mappingsGravatar asie2018-10-271-5/+4
* update ASM/Guava, merge ASM port fixesGravatar Adrian Siekierka2018-10-262-1/+13
|\
| * "make sure this is actually a field" properlyGravatar Thiakil2018-07-241-1/+1
| * fix source index tokens for inner classes that are not mappedGravatar Thiakil2018-07-231-0/+12
* | make rebuild method names discard child-only names. imperfect, but ehGravatar asie2018-10-251-4/+25
|\ \ | |/ |/|
| * ASM Based Class Translator (#1)Gravatar gegy10002018-07-1722-896/+690
* | buffer the ParsedJar class entry inputstream, allow use with a jarinputstreamGravatar Thiakil2018-07-101-1/+24
* | index & resolve method/field references for usages viewGravatar Thiakil2018-07-102-0/+49
* | Ignore invalid decompiled variable indicesGravatar gegy10002018-06-301-9/+16
* | Fix stackoverflow on rebuilding method namesGravatar gegy10002018-06-251-17/+13
* | Fix parsed local variable indexingGravatar gegy10002018-06-243-43/+37