866 Commits (ea82565cd63f7c57d96642dc7ffe126d584f849c)
 

Author SHA1 Message Date
Graham ea82565cd6 Update Bouncy Castle 4 years ago
Graham 7740b13a29 Remove unused classAccess argument from getVisibility 4 years ago
Graham 0bd10234b8 Run RemapTransformer as early as possible 4 years ago
Graham 71413256da Check that <clinit> methods have a single tail RETURN 4 years ago
Graham 7d9b1c61e8 Combine the StaticScramblingTransformer with the RemapTransformer 4 years ago
Graham cccbbe4d19 Implement map{Field,Method}Owner and getFieldInitializer 4 years ago
Graham 4f17d67039 Use mapType() instead of map() in ClassForNameUtils for consistency 4 years ago
Graham 4674dfb5ba Remove FieldInitializer class 4 years ago
Graham 35fea8f293 Remove redundant substring() call 4 years ago
Graham 676be4a0cb Add XTEA implementation 4 years ago
Graham eef6d31753 Replace org.junit.jupiter.api.Test with kotlin.test.Test 4 years ago
Graham 7fc8c4e078 Add ISAAC cipher implementation 4 years ago
Graham cbb7e8c086 Make AbstractInsnNode::remap public 4 years ago
Graham 325ce27a31 Add seperate {Field,Method}Node::remap extension methods 4 years ago
Graham a3ec4ec322 Add getFieldInitializer to ExtendedRemapper 4 years ago
Graham 1a41982b76 Rename desc to descriptor in ExtendedRemapper 4 years ago
Desetude ce5a0464c7 Only run NewInstanceTransformer on Class references 4 years ago
Graham fc718a7672 Use partitions in TypedRemapper maps 4 years ago
Graham 9b1f0c6886 Split TypedRemapper::create up 4 years ago
Graham 113820a9a2 Add ExtendedRemapper type with support for moving fields/methods 4 years ago
Graham 64dc49e15b Delete empty <clinit> methods 4 years ago
Graham 524a894df2 Revert "Simplify static field scrambling" 4 years ago
Graham d61411571b Move return outside use block 4 years ago
Graham 46dd61fc5d Add PATH constant to ProfileProvider 4 years ago
Graham 69a27e43d4 Move OpenGL registry to the share/deob folder 4 years ago
Graham 6d6287c917 Inject GlRegistry 4 years ago
Graham 3c9edb0291 Use dependency injection in the AST deobfuscator 4 years ago
Desetude 5c8b031719 Check if method is declared by interface in VisibilityTransformer 4 years ago
Graham 04a919fffa Update dependencies 4 years ago
Graham 364a890f08 Update Gradle 4 years ago
Graham 620d608ecb Update dependencies 4 years ago
Graham 88bed9923b Update clikt 4 years ago
Graham 346cecf885 Update dependencies 4 years ago
Graham d11151a908 Update dependencies 4 years ago
Graham e500d8d211 Set shadow distribution base name to openrs2 4 years ago
Graham 554e643e88 Rename the fat jar inside the shadow distribution to openrs2.jar 4 years ago
Graham 1b49f6c2e1 Disable the main distribution 4 years ago
Graham 99a28a842c Add dependency on the .git directory to the dokka task 4 years ago
Graham 06b1b78952 Use shorthand rootDir and buildDir methods 4 years ago
Graham 18a6736b68 Add AUTHORS file to the distribution 4 years ago
Graham 4e7b107954 Quote strings in config.example.yaml 4 years ago
Graham dd06bb2f83 Remove native library loading logic for SunOS/Solaris 4 years ago
Graham 040fc87f0d Remove redundant type 4 years ago
Graham ccf7056a93 Use private companion objects where possible 4 years ago
Graham deac3306e8 Move share/deob-map to share/deob/map 4 years ago
Graham 3db4c82569 Load Profile from a YAML file 4 years ago
Graham 3dcf91cfef Move MemberRefKeyDeserializer to the asm module 4 years ago
Graham 2a4d607d96 Remove support for escape characters from glob patterns 4 years ago
Graham e13cc5b47e Convert YAML property names to snake case 4 years ago
Desetude c99ebcb355 Add logging to the AST deobfuscator 4 years ago