Commit Graph

305 Commits (30828308b244b9d86d54f83d29d03eddb434406f)

Author SHA1 Message Date
Graham 1552b53ace Update to ASM 8.0 5 years ago
Graham 2862b305c5 Convert Java 1.1-style synchronized blocks to a more modern style 5 years ago
Graham 3b73358183 Improve ClassLiteralTransformer 5 years ago
Graham 061e01d57f Rename game_unpacker.dat to unpackclass.pack for consistency 5 years ago
Graham d4da4e2de3 Replace SystemClassLoader with the PlatformClassLoader 5 years ago
Graham 6326aa93db Combine the deobfuscator's jaggl and jaggl_dri outputs 5 years ago
Major 7b92ccb244 Add RedundantGotoTransformer 5 years ago
Graham 161ff2cea8 Simplify regex in ExceptionTracingTransformer 5 years ago
Graham 6cc9ab9e3b Exclude virtual nodes from the original PC counter 5 years ago
Major 7996d327ff Fix dummy arg removal for virtual methods 5 years ago
Graham 51890c56b3 Track original constructor names and arguments too 5 years ago
Major 488e8ef8c3 Add UnusedMethodTransformer 5 years ago
Graham 9617cc4326 Document interface member visibility logic 5 years ago
Major a2eeecd6f6 Run FinalTransformer later 5 years ago
Major a869d47d11 Add Fernflower Exception transformer 5 years ago
Graham 8b5f3402e2 Rename getAccess to getMethodAccess 5 years ago
Graham 626202b451 Move isMethodRenamable below createMethodMapping for consistency 5 years ago
Graham 6be3f915f0 Add generate{Class,Field}Name methods 5 years ago
Graham c4ea6cf150 Group isClassRenamable with populateClassMapping 5 years ago
Graham b0dddff729 Add isFieldRenamable method 5 years ago
Graham 5c1768e824 Improve consistency of isClassRenamable and isMethodImmutable 5 years ago
Major 9a1599880b Don't rename classes containing native methods 5 years ago
Major f04f4f9685 Update tracing exception pattern 5 years ago
Graham dd8dc533e9 Set the visibility of interface members to public 5 years ago
Graham 78db7d3179 Account for inheritance in StaticScramblingTransformer 5 years ago
Major 5fa9e9a621 Remove spurious toCollection calls 5 years ago
Graham 43646bbd9d Format TypedRemapper 5 years ago
Graham e6402d52c2 Add StackFrameClassWriter 5 years ago
Graham be14ffdc2d Add custom Attribute for tracking original instruction indexes 5 years ago
Graham a777ae362e Add underscore separator to field names 5 years ago
Graham 84ade956af Sort static fields above instance fields 5 years ago
Graham ad53f9a78d Sort methods 5 years ago
Graham 9cbe8b5b28 Simplify excluding the opaque predicate when removing the initializer 5 years ago
Graham 16d16b8efa Reduce maximum size of each static class 5 years ago
Graham e26778ffb0 Remove unused empty classes 5 years ago
Graham b6bba95435 Simplify static field scrambling 5 years ago
Graham c70d810057 Don't move static fields with to complex initializers 5 years ago
Graham 64ba68bac9 Move static fields without initializers 5 years ago
Graham 84c37f4300 Add logging to StaticScramblingTransformer 5 years ago
Graham 9089fe834a Add initial static field scrambling support 5 years ago
Graham ce74765269 Add static method scrambling transformer 5 years ago
Graham 4468766a9d Ensure ACC_SUPER is set in InvokeSpecialTransformer 5 years ago
Graham ccb37f120b Add INVOKESPECIAL transformer 5 years ago
Graham a82d2e3cef Transform class literals to Java 5 format 5 years ago
Graham 752941f9f3 Add unpackclass to DEFAULT_PUBLIC_CTOR_CLASSES 5 years ago
Graham 626cbacc06 Remove colons from debug log messages for consistency 5 years ago
Graham caf7efdd6c Use weakest possible visibility for each method/field 5 years ago
Graham fda857963b Make ClassPath::get() return null if a class is not found 5 years ago
Graham c7f5b0b6b3 Replace isNative() with more generic getAccess() method 5 years ago
Graham a66e3eeb9b Move CounterTransformer later in the pipeline 5 years ago