summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
...
* fix: attempting to remove from list while iterating on it zaaarf2023-03-25-9/+17
|
* fix: getting injector candidates from wrong list zaaarf2023-03-25-5/+7
|
* feat: initial untested draft of version 0.5.0 compatible with lillero 0.4 zaaarf2023-03-25-285/+432
|
* fix: void is apparently not a primitive0.4.2 zaaarf2023-03-18-4/+3
|
* fix: removed redundant loop zaaarf2023-03-18-2/+0
|
* fix: bug with parameterized/array names in finder function0.4.1 zaaarf2023-03-18-2/+7
|
* chore: javadocs0.4.0 zaaarf2023-03-18-3/+3
|
* fix: builder too zaaarf2023-03-18-1/+1
|
* fix: call right type of builder for fields zaaarf2023-03-18-1/+2
|
* fix: restored isPrimitive() check before converting to string zaaarf2023-03-18-18/+30
|
* fix: attempting to find proxy for target stubs zaaarf2023-03-18-1/+1
|
* chore: cleanup imports zaaarf2023-03-18-4/+4
|
* feat: anonymous and inner class handling, implemented united @Find zaaarf2023-03-18-130/+190
|
* chore: forgot to delete FindField zaaarf2023-03-18-30/+0
|
* feat: initial implementation of anonymous class support, merged FindField ↵ zaaarf2023-03-18-39/+71
| | | | and FindMethod
* chore: fixed javadocs0.3.0 zaaarf2023-03-18-8/+13
|
* Merge branch 'version3' into dev zaaarf2023-03-18-283/+1056
|\
| * chore: updated lillero zaaarf2023-03-18-1/+1
| |
| * fix: epic keyboard fail zaaarf2023-03-17-3/+3
| |
| * fix: support array levels zaaarf2023-03-17-6/+31
| |
| * fix: fixed NoClassDefFoundError for non-java classes zaaarf2023-03-17-4/+13
| |
| * fix: getParameters() not getTypeParameters() zaaarf2023-03-17-2/+2
| |
| * fix: epic printf fail zaaarf2023-03-16-1/+1
| |
| * fix: fixed uncaught MirroredTypeException zaaarf2023-03-16-7/+8
| |
| * chore: moved methods around, should now be a lot more organised zaaarf2023-03-16-247/+276
| |
| * feat: major code refactor, potential fix for several logical bugs in ↵ zaaarf2023-03-16-106/+78
| | | | | | | | FindMethod and FindField
| * chore: javadocs for annotations zaaarf2023-03-16-1/+46
| |
| * fix: fixed failure to write descriptor of parametrised type zaaarf2023-03-15-6/+3
| |
| * chore: use String format zaaarf2023-03-15-3/+3
| |
| * fix: removed unsafeOverride, i had a brainfart zaaarf2023-03-15-33/+4
| |
| * fix: override packageprivate, minor fixes in ObfuscationMapper zaaarf2023-03-15-7/+45
| |
| * fix: now only obfuscate name after finding real method zaaarf2023-03-15-44/+39
| |
| * chore: replaced string concats with String.format, fixed logic in main loop zaaarf2023-03-15-14/+12
| |
| * fix: logic error in main loop zaaarf2023-03-15-37/+33
| |
| * fix: fixed mappings bug zaaarf2023-03-15-26/+91
| |
| * fix: fixed MirroredTypesException zaaarf2023-03-15-2/+13
| |
| * fix: repeatable annotation support fix, part 2 zaaarf2023-03-15-3/+3
| |
| * fix: repeatable annotation support fix zaaarf2023-03-15-2/+1
| |
| * fix: now the mapper automagically converts internal names to FQN zaaarf2023-03-15-3/+6
| |
| * fix: fixed MirroredTypeException zaaarf2023-03-15-10/+13
| |
| * fix: oops didn't mean that zaaarf2023-03-15-2/+2
| |
| * feat: may now pass local files as mappings zaaarf2023-03-13-10/+57
| |
| * feat: mappings can now be taken in as an option, generified SrgMapper zaaarf2023-03-08-244/+218
| |
| * feat: no-mappings-available mode zaaarf2023-03-08-20/+37
| |
| * feat: initial implementation of new system zaaarf2023-03-08-131/+709
| | | | | | | | | | | | | | - multiple injectors/target - removed strict limitation of one patch per class - made finders far smarter - added boolean for obfuscation environment (currently never changed from default)
* | chore: added sources and javadocs jars generation zaaarf2023-03-04-1/+6
| |
* | doc: updated readme ftbsc2023-03-04-3/+1
|/
* chore: renamed method to reflect new functioning zaaarf2023-03-02-1/+1
|
* cleanup: removed todo, i just had to edit the maven pom ftbsc2023-03-02-2/+1
|
* fix: instantiate stub0.2.1 zaaarf2023-03-02-6/+6
|