1 Commits (master)

Author SHA1 Message Date
Graham 3cb7ee13f9 Rename deob to deob-bytecode 3 years ago
Graham ac9b132937 Maintain static member grouping during deobfuscation 4 years ago
Graham f143eef142 Move Kotlin files from src/{main,test}/java to src/{main,test}/kotlin 4 years ago
Graham ce5b76ef0f Rename dev.openrs2 package to org.openrs2 4 years ago
Graham 232ba32bbd Enable explicit API mode 4 years ago
Graham 8dd5292cb2 Remap argument names 4 years ago
Graham 35e4e035ef Rename deob-map to deob-util 4 years ago
Graham 882cbed44f Add duplicate class name support to the deobfuscator 4 years ago
Graham 57800cb03e Exclude browser control class from static scrambling 4 years ago
Graham fa2f9cd33d Add scrambledLibraries set to the deobfuscator profile 4 years ago
Graham 611ac6de84 Add initial NameMap support to TypedRemapper 4 years ago
Graham cccbbe4d19 Implement map{Field,Method}Owner and getFieldInitializer 4 years ago
Graham fc718a7672 Use partitions in TypedRemapper maps 4 years ago
Graham 9b1f0c6886 Split TypedRemapper::create up 4 years ago
Graham 113820a9a2 Add ExtendedRemapper type with support for moving fields/methods 4 years ago
Graham 5af43165ff Replace TypedRemapper constants with a more flexible system 4 years ago
Graham 5256f00ee0 Make libraryClasses return Sequence instead of List 4 years ago
Graham 4f48a59ee3 Compile regex in verifyMapping() once 4 years ago
Graham 4ec4ef84c2 Rename unpacker.jar to unpackclass.jar 4 years ago
Graham 465078256f Rename common module to util again 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
Graham 43646bbd9d Format TypedRemapper 4 years ago
Graham a777ae362e Add underscore separator to field names 4 years ago
Graham fda857963b Make ClassPath::get() return null if a class is not found 4 years ago
Graham c7f5b0b6b3 Replace isNative() with more generic getAccess() method 4 years ago
Graham 3124624b5e Make EXCLUDED_{METHODS,FIELDS} public 4 years ago
Graham abf803f017 Replace contains() calls with the in operator 4 years ago
Graham a99d5973ae Replace Guice's repeat with Kotlin's 4 years ago
Graham b6d96ac4e6 Convert TypedRemapper to Kotlin 4 years ago