aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll
Commit message (Collapse)AuthorAgeLines
* Merge branch 'version4' into dev zaaarf2023-03-25-414/+723
|\
| * chore: reorganize, add ProxyType enum zaaarf2023-03-21-31/+57
| |
| * chore: javadocs zaaarf2023-03-21-13/+18
| |
| * feat: restored flat descriptors, implemented primitive proxies zaaarf2023-03-21-73/+125
| |
| * feat: expanded ClassProxies, now all fields and methods include classproxies ↵ zaaarf2023-03-21-113/+298
| | | | | | | | to represent their parents (as well as parameters and return type for methods)
| * feat: added ClassProxy zaaarf2023-03-21-7/+182
| |
| * chore: updated insnnodes to match zaaarf2023-03-21-6/+6
| |
| * feat: initial proxy rework, replaced getters with public constants, rely ↵ zaaarf2023-03-21-204/+78
| | | | | | | | more on ow2 Types instead of homebrew solutions
* | fix: fixed return type bug0.3.4 zaaarf2023-03-18-7/+16
|/
* chore: optimise imports zaaarf2023-03-13-3/+0
|
* fix: failure to restart matcher after failing to find pattern once0.3.3 zaaarf2023-03-13-20/+14
|
* fix: bug in insnsequence creation zaaarf2023-03-13-2/+4
|
* doc: added missing javadocs0.3.2 zaaarf2023-03-04-2/+50
|
* fix: improved InsnSequence zaaarf2023-03-04-5/+6
|
* fix: added empty predicates edge case to find function, and ↵ zaaarf2023-03-04-13/+23
| | | | single-instruction constructor to InsnSequence
* fix: fixed several bugs in find function zaaarf2023-03-04-8/+15
|
* fix: mistake in method names zaaarf2023-03-04-8/+7
|
* fix: docs and method order in proxies zaaarf2023-03-04-3/+6
|
* chore: removed references to cube game from names and comments zaaarf2023-03-03-43/+42
|
* fix: fixed breaking bug in find method0.3.1 zaaarf2023-03-03-7/+6
|
* chore: moved out SrgMapper zaaarf2023-03-02-180/+0
|
* feat: replaced put(), get() and call() with InsnNode extensions zaaarf2023-03-01-52/+53
|
* feat: added setModifier method to proxy builder zaaarf2023-03-01-0/+9
|
* 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/+472
|
* doc: improved javadocs zaaarf2023-02-27-14/+16
|
* chore: moved exception from lll-processor zaaarf2023-02-27-11/+26
|
* chore: renamed exception package to exceptions zaaarf2023-02-27-5/+5
|
* fix: error in reading srg methods zaaarf2023-02-27-1/+1
|
* feat: added SrgMapper, which parses a .tsrg file and uses it for converting ↵ zaaarf2023-02-24-0/+163
| | | | between MCP and SRG
* 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-4/+7
|
* 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/+310
|
* chore: created exception for injection failures zaaarf2023-02-07-0/+18
|
* chore: IInjector now has default reason zaaarf2023-02-07-2/+2
|
* fix: moved out launcher plugin zaaarf2023-02-07-113/+0
|
* chore: minor documentation improvements zaaarf2023-02-07-22/+28
|
* build: added loader and service into main lib dev@ftbsc2023-02-07-0/+113
|
* feat: added service interface dev@ftbsc2023-02-06-0/+57