240 Commits (10145fdb43bf5850e642cef8a847bfc0d6df3065)

Author SHA1 Message Date
Scu11 6e877b52ce Move Library#read methods to dedicated classes 4 years ago
Scu11 26348b8a2e Move Library#write methods to dedicated classes 4 years ago
Graham b40eedfb3b Use block comment for multi-line comment in Deobfuscator 4 years ago
Graham 76f940e734 Remove unintentional static imports 4 years ago
Graham 3aaea52eac Remove trailing whitespace from log messages 4 years ago
Graham 05a03d5bdc Inject transformers in the bundler and deobfuscator 4 years ago
Graham 5256f00ee0 Make libraryClasses return Sequence instead of List 4 years ago
Graham 49a90c1cf5 Rename getNode() to getClassNode() 4 years ago
Graham e50616a565 Document MonitorTransformer 4 years ago
Graham e4724871d6 Document ExceptionTracingTransformer 4 years ago
Graham 31e9ac9170 Add InvokeSpecialTransformer documentation 4 years ago
Graham 055efd60e7 Rename maxVersion() to max() 4 years ago
Graham e6a92ea0aa Switch to FHS-style layout 4 years ago
Graham 4f48a59ee3 Compile regex in verifyMapping() once 4 years ago
Graham 4cd1b7b457 Remove unused methods before unused arguments 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 5d8dce0ed2 Switch from Guava graphs to JGraphT 4 years ago
Graham e3095f4a7e Use fastutil to reduce allocations in LiveVariableAnalyzer 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 f14fb762df Simplify InvokeSpecialTransformer 4 years ago
Graham 7d985217ab Add blank line to LiveVariableAnalyzer for readability 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 465078256f Rename common module to util again 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
Graham 3b73358183 Improve ClassLiteralTransformer 4 years ago
Graham 061e01d57f Rename game_unpacker.dat to unpackclass.pack for consistency 4 years ago
Graham d4da4e2de3 Replace SystemClassLoader with the PlatformClassLoader 4 years ago
Graham 6326aa93db Combine the deobfuscator's jaggl and jaggl_dri outputs 4 years ago
Major 7b92ccb244 Add RedundantGotoTransformer 4 years ago
Graham 161ff2cea8 Simplify regex in ExceptionTracingTransformer 4 years ago
Graham 6cc9ab9e3b Exclude virtual nodes from the original PC counter 4 years ago
Major 7996d327ff Fix dummy arg removal for virtual methods 4 years ago
Graham 51890c56b3 Track original constructor names and arguments too 4 years ago
Major 488e8ef8c3 Add UnusedMethodTransformer 4 years ago
Graham 9617cc4326 Document interface member visibility logic 4 years ago
Major a2eeecd6f6 Run FinalTransformer later 4 years ago
Major a869d47d11 Add Fernflower Exception transformer 4 years ago