Jason Penilla
130e21da7e
Deduplicate strings in ObfHelper ( #6841 )
2021-11-04 17:23:06 -07:00
Jason Penilla
4da74a5419
Remove redundant and unneeded repos, reorder repos ( #6867 )
2021-11-03 19:42:18 -07:00
Jason Penilla
5eb18765ee
[ci skip] Misc gradle updates ( #6763 )
2021-10-11 16:31:53 -05:00
Jason Penilla
019c768488
Fix stacktrace deobf where thrownProxy got initialized before rewriting ( #6684 )
2021-09-30 13:05:51 -05:00
Jason Penilla
df51228b73
Fix VanillaGoals when in reobfuscated environment ( #6580 )
2021-09-09 11:57:16 -05:00
Jason Penilla
92222b3c9d
[ci skip] Add some helper methods to the ObfHelper
util class ( #6374 )
2021-08-14 03:06:17 -07:00
Jason Penilla
1093b2f26a
Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread ( #6381 )
2021-08-12 10:55:20 -07:00
Jason Penilla
4ca56ff079
[ci skip] Put mappings util in a separate class to the stacktrace deobfuscator ( #6230 )
2021-07-19 19:22:18 -07:00
Nassim Jahnke
ba64307307
Don't expose ASM in API ( #6229 )
...
ASM was not meant to exposed to API consumers in the first place, and for the duration of time it has been exposed, it has also been relocated.
Co-authored-by: Jason Penilla <11360596+jpenilla@users.noreply.github.com>
2021-07-20 00:58:48 +02:00
Nassim Jahnke
e2ed8e9e86
Use mapped names for sensor and behavior timings/config ( #6228 )
2021-07-19 13:07:49 +02:00
Nassim Jahnke
2689c8d04f
Drop no longer needed patch ( #6115 )
2021-07-07 19:18:05 +02:00
Jason Penilla
8a664e6bbc
Deobfuscate stacktraces in sync load info ( #6103 )
2021-07-07 00:19:08 -07:00
Jason Penilla
08033a4fc0
Also deobfuscate secondary stacktraces in crash reports ( #6078 )
2021-07-04 03:20:11 -07:00
Kyle Wood
16030c824f
Update task dependency for includeMappings so the new task isn't skipped
...
The new task fixJarForReobf was added after shadowJar, but since
reobfJar's input is changed in this patch, that new task needs to be
referenced instead of shadowJar.
2021-06-26 22:26:17 -05:00
Jason Penilla
ed04368157
Expand where stacktraces can be deobfuscated ( #5944 )
...
Also load the mappings from the correct location
2021-06-21 21:12:07 -07:00