315 Commits (master)

Author SHA1 Message Date
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
Graham 8b5f3402e2 Rename getAccess to getMethodAccess 4 years ago
Graham 626202b451 Move isMethodRenamable below createMethodMapping for consistency 4 years ago
Graham 6be3f915f0 Add generate{Class,Field}Name methods 4 years ago
Graham c4ea6cf150 Group isClassRenamable with populateClassMapping 4 years ago
Graham b0dddff729 Add isFieldRenamable method 4 years ago
Graham 5c1768e824 Improve consistency of isClassRenamable and isMethodImmutable 4 years ago
Major 9a1599880b Don't rename classes containing native methods 4 years ago
Major f04f4f9685 Update tracing exception pattern 4 years ago
Graham dd8dc533e9 Set the visibility of interface members to public 4 years ago
Graham 78db7d3179 Account for inheritance in StaticScramblingTransformer 4 years ago
Major 5fa9e9a621 Remove spurious toCollection calls 4 years ago
Graham 43646bbd9d Format TypedRemapper 4 years ago
Graham e6402d52c2 Add StackFrameClassWriter 4 years ago
Graham be14ffdc2d Add custom Attribute for tracking original instruction indexes 4 years ago
Graham a777ae362e Add underscore separator to field names 4 years ago
Graham 84ade956af Sort static fields above instance fields 4 years ago
Graham ad53f9a78d Sort methods 4 years ago
Graham 9cbe8b5b28 Simplify excluding the opaque predicate when removing the initializer 4 years ago
Graham 16d16b8efa Reduce maximum size of each static class 4 years ago
Graham e26778ffb0 Remove unused empty classes 4 years ago
Graham b6bba95435 Simplify static field scrambling 4 years ago
Graham c70d810057 Don't move static fields with to complex initializers 4 years ago
Graham 64ba68bac9 Move static fields without initializers 4 years ago
Graham 84c37f4300 Add logging to StaticScramblingTransformer 4 years ago
Graham 9089fe834a Add initial static field scrambling support 4 years ago