567 Commits (9cbe8b5b28bc8e4202df903a1f2cfc356d36ee5f)
 

Author SHA1 Message Date
Graham 9cbe8b5b28 Simplify excluding the opaque predicate when removing the initializer 4 years ago
Graham 70d46e7f64 Sort imports 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
Graham ce74765269 Add static method scrambling transformer 4 years ago
Graham 4468766a9d Ensure ACC_SUPER is set in InvokeSpecialTransformer 4 years ago
Graham ccb37f120b Add INVOKESPECIAL transformer 4 years ago
Graham a82d2e3cef Transform class literals to Java 5 format 4 years ago
Graham bfcb373ade Add ClassVersionUtils 4 years ago
Graham 5c5a908a37 Set decompiler's heap size to 3 GiB 4 years ago
Graham 752941f9f3 Add unpackclass to DEFAULT_PUBLIC_CTOR_CLASSES 4 years ago
Graham 626cbacc06 Remove colons from debug log messages for consistency 4 years ago
Graham 1b1bb7dc5b Change 'user interface' to 'game frame' in the FAQ 4 years ago
Graham caf7efdd6c Use weakest possible visibility for each method/field 4 years ago
Graham fda857963b Make ClassPath::get() return null if a class is not found 4 years ago
Graham 59ac765ef8 Add method for finding classes loaded with Class.forName() 4 years ago
Graham 34ef4f9a5e Rename ClassForNameRemapper to ClassForNameUtils 4 years ago
Graham cad451d3e1 Make ClassForNameRemapper compatible with packaged classes 4 years ago
Graham 3c7989455b Add ClassNameExtensions 4 years ago
Graham c7f5b0b6b3 Replace isNative() with more generic getAccess() method 4 years ago
Graham deb65474c7 Update dependencies 4 years ago
Graham 98abb15847 Update dependencies 4 years ago
Graham 4536fc58a2 Update Gradle 4 years ago
Graham f30a1f88b0 Update dependencies 4 years ago
Graham 62a34ecadc Update Gradle 4 years ago
Graham a66e3eeb9b Move CounterTransformer later in the pipeline 4 years ago
Graham d817856da1 Remove counters with multiple increments 4 years ago
Graham 3124624b5e Make EXCLUDED_{METHODS,FIELDS} public 4 years ago
Graham 7bb1218b42 Add sequential property to AbstractInsnNode 4 years ago
Graham 25a6953644 Fix use of deprecated JavaParser methods 4 years ago
Graham 0a988584b7 Convert some deob-ast methods to extension methods 4 years ago
Graham 5487a74eb8 Remove traversal argument from walk extension method 4 years ago
Graham 54aec42f90 Format .kts files 4 years ago
Graham 3f2335859d Add support for impure expressions to InsnListUtils 4 years ago
Graham f8acce846b Format .editorconfig file 4 years ago
Graham c0da020649 Fix handling of argumentsAndReturnSizes for static methods 4 years ago
Graham 713009470f Fix NEW StackMetadata 4 years ago
Graham a0d6a48922 Fix StackMetadata for MethodInsnNodes 4 years ago
Graham 64a9ae33cb Fix StackMetadata for FieldInsnNodes 4 years ago
Graham e0d6390f87 Add getSimpleExpression method 4 years ago
Graham 5d813a345d Reduce priority of mavenLocal() to fix dependencyUpdates 4 years ago
Graham 641da067da Depend on kotlin-inline-logger directly 4 years ago
Graham 7708056488 Use kotlin-inline-logger from Maven Central 4 years ago
Graham e6ac51688c Skip openrs2 repositories if no username/password are supplied 4 years ago
Graham e480ce282a Avoid write() calls with a length of zero 4 years ago