aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/tools
Commit message (Expand)AuthorAgeLines
* chore: moved out SrgMapper zaaarf2023-03-02-168/+0
* feat: replaced put(), get() and call() with InsnNode extensions zaaarf2023-03-01-52/+53
* feat: added put(FieldProxy) and set(FieldProxy) to easily manipulate fields zaaarf2023-03-01-2/+41
* feat: implemented field and method proxies zaaarf2023-03-01-1/+17
* doc: improved javadocs zaaarf2023-02-27-11/+11
* chore: moved exception from lll-processor zaaarf2023-02-27-11/+16
* chore: renamed exception package to exceptions zaaarf2023-02-27-2/+2
* fix: error in reading srg methods zaaarf2023-02-27-1/+1
* feat: added SrgMapper, which parses a .tsrg file and uses it for converting b... zaaarf2023-02-24-0/+163
* Merge remote-tracking branch 'origin/dev' into dev zaaarf2023-02-09-4/+4
|\
| * fix: out of bounds, test size first ftbsc2023-02-08-4/+4
* | feat: added BytecodePrinter zaaarf2023-02-09-0/+79
|/
* fix: epic autoimport fail ftbsc2023-02-07-1/+1
* fix: imports zaaarf2023-02-07-4/+2
* feat: written stacktools zaaarf2023-02-07-1/+99
* feat: added label matcher to PatternMatcher zaaarf2023-02-07-0/+8
* fix: accidentally did a mixin zaaarf2023-02-07-1/+1
* fix: small fixes in javadocs zaaarf2023-02-07-0/+1
* feat: implemented descriptorbuilder, added feature to InsnSequence zaaarf2023-02-07-0/+158
* fix: removed useless implementation of Opcodes zaaarf2023-02-07-2/+1
* feat: added some more utils to InsnSequence zaaarf2023-02-07-1/+69
* fix: corrected mistake in implementation of reverse lookup zaaarf2023-02-07-2/+4
* feat: implemented ASM pattern matcher zaaarf2023-02-07-0/+273