736 Commits (c36501900766eb0b9c8490835c226bfee35d62f3)
 

Author SHA1 Message Date
Graham c365019007 Output descriptor last in Member{Desc,Ref}.toString() 4 years ago
Graham 9760a98d95 Compile regex in DecompileCommand once 4 years ago
Graham 4f48a59ee3 Compile regex in verifyMapping() once 4 years ago
Graham 586ffabc57 Set artifactId of all submodule to openrs2 4 years ago
Graham 4cd1b7b457 Remove unused methods before unused arguments 4 years ago
Graham 0395224000 Simplify removeDeadCode() 4 years ago
Graham 5c1e630cb8 Add extension method for copying a MethodNode 4 years ago
Graham ea755497ee Optimize DataFlowAnalyzer by reducing the size of the initial work list 4 years ago
Graham 2ac0e7eb50 Fix typo in comment (deobfuscator -> obfuscator) 4 years ago
Graham a5285306c1 Simplify queueEntryPoints() with isMethodRenamable() 4 years ago
Graham 5355abf4a1 Change "dummy" to "unused" in log output for consistency 4 years ago
Graham 4ec4ef84c2 Rename unpacker.jar to unpackclass.jar 4 years ago
Graham 962b494a86 Rename DummyLocalTransformer to UnusedLocalTransformer 4 years ago
Graham ff594848d5 Replace DummyArgTransformer with new ConstantArgTransformer 4 years ago
Graham 0626fd5133 Rename ArgRef::arg to index 4 years ago
Graham 286be9cdd3 Use work lists to speed up DataFlowAnalyzer 4 years ago
Graham 95c5ad0ffe Remove redundant generic type parameter 4 years ago
Graham 09f17d246b Add additional removeFirst() variants to IterableUtils 4 years ago
Graham 5d8dce0ed2 Switch from Guava graphs to JGraphT 4 years ago
Graham e3095f4a7e Use fastutil to reduce allocations in LiveVariableAnalyzer 4 years ago
Graham 6c31bf9af7 Update dependencies 4 years ago
Graham 036ded1ded Use informational colour for the ISC license badge 4 years ago
Graham 3dab5410b1 Add references for badge images/links 4 years ago
Graham 95fb3ceeb0 Change alt text of the build badge to 'Drone' 4 years ago
Graham c29e4617d4 Add Discord and license badges 4 years ago
Graham 70ae010e5a Fix modewhat/where mix up in the first client parameters paragraph 4 years ago
Graham 7415ae6ec9 Run tests with Gradle instead of IDEA's test runner 4 years ago
Graham a553a08def Mark additional methods and classes as final where possible 4 years ago
Graham 01b83b666e Make classes generated by StaticScramblingTransformer final 4 years ago
Graham 96cdcad2af Use tasks extension methods where possible 4 years ago
Graham 11c3b376e2 Set wrapper task's default distributionType to ALL 4 years ago
Graham f14fb762df Simplify InvokeSpecialTransformer 4 years ago
Graham 7d985217ab Add blank line to LiveVariableAnalyzer for readability 4 years ago
Graham 00a85eaa81 Update dependencies 4 years ago
Graham 231e0893af Add java.nio.file.Paths import 4 years ago
Graham 4a40b2cc68 Use NoOpCliktCommand to replace the empty run methods 4 years ago
Graham c9a2b14dfa Fix removal of empty classes only referenced by other empty classes 4 years ago
Graham 81bbc71e29 Allow prePass and postPass to force another pass 4 years ago
Graham 3ed591d89b Reduce size of the use block in Crc32Command 4 years ago
Graham 465078256f Rename common module to util again 4 years ago
Graham 177326221f Move cryptographic code to a separate module 4 years ago
Graham eae715231b Move subcommands to init block for consistency 4 years ago
Graham c20dad7a5e Fix DeobfuscateAstCommand class name 4 years ago
Graham 9d6c8f8735 Add stdin support to the Gradle :run tasks 4 years ago
Graham 44fb2ebe25 Add crc32 command 4 years ago
Graham c849c5ad46 Add command-line tools for headerless compression 4 years ago
Graham 892d21df10 Add headerless bzip2 and gzip library 4 years ago
Graham a52d58e8b5 Use Clikt to implement the command-line interface 4 years ago
Graham 1552b53ace Update to ASM 8.0 4 years ago
Graham 2862b305c5 Convert Java 1.1-style synchronized blocks to a more modern style 4 years ago