857 Commits (676be4a0cb3ddd59dffb8f0ba1f2d98feb5a67f5)
 

Author SHA1 Message Date
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
Graham 9c10df5e2c Add CRC-32 values to the list of non-free files 4 years ago
Graham 5c9a6c2abe Deobfuscate the jaggl jar 4 years ago
Graham bc52f061fb Don't union <init> method sets together 4 years ago
Graham 5af43165ff Replace TypedRemapper constants with a more flexible system 4 years ago
Graham f4314ca3cb Update Gradle 4 years ago
Graham d1aa625397 Move build.gradle.kts files out of the nonfree repository 4 years ago
Graham 0d4daca1a1 Add deob-map dependency to the deobfuscator 4 years ago
Graham 3b48e57679 Add Guava dependency to deob-ast 4 years ago
Graham e25918a8a0 Add NameMapProvider 4 years ago