300 Commits (159df1eda7a1c4c7a0091c8c7a54b6bb234f807f)

Author SHA1 Message Date
Graham 006b4ff5bc Update ASM 4 years ago
Graham 5aa92fd600 Add JSON module 4 years ago
Graham df6c9a610c Create singleton sets in LiveVariableAnalyzer where possible 4 years ago
Graham 3ee8005ab7 Update clikt 4 years ago
Graham 232ba32bbd Enable explicit API mode 4 years ago
Graham 47325edb72 Fix removal of unused arguments whose local variable slot is re-used 4 years ago
Graham 717d14b489 Rename DeobfuscatorMapModule to DeobfuscatorUtilModule 4 years ago
Graham d9922da1c5 Add missing @Singleton annotations 4 years ago
Graham 1308819561 Remove unused local variables of all types 4 years ago
Graham ca419eecb5 Add CopyPropagationTransformer 4 years ago
Graham 4c6f6b07cf Store mapped local variable names in the OriginalPcTable 4 years ago
Graham 8dd5292cb2 Remap argument names 4 years ago
Graham 33955a57ad Rename ArgRef to ArgPartition 4 years ago
Graham f4d8b29747 Rename signlink to signLink for consistency 4 years ago
Graham f9021f7fe6 Use Module class in the decompiler 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 26d3c79b73 Shorten method names in OriginalNameTransformer 4 years ago
Graham fa2f9cd33d Add scrambledLibraries set to the deobfuscator profile 4 years ago
Graham 9db64efb7b Add name field to Library 4 years ago
Graham 7903e547dd Sort input/output jar lists 4 years ago
Graham 5c2ac92475 Improve log message consistency 4 years ago
Graham 611ac6de84 Add initial NameMap support to TypedRemapper 4 years ago
Graham d28c712299 Deobfuscate a single client at a time 4 years ago
Graham 327a6f0e3f Allow final modifier to replace volatile modifier 4 years ago
Graham 64d1b836ed Remove dead code before performing final field analysis 4 years ago
Graham 6c26fb8b9c Fix incorrect marking of fields as final if no constructor existed 4 years ago
Graham d410f87240 Consider static and instance fields separately in FieldWriteAnalyzer 4 years ago
Graham 2cbe6ce8e0 Rename UNKNOWN to ONCE_OR_MORE 4 years ago
Graham 8254f3d69f Improve FieldWriteAnalyzer 4 years ago
Graham 37c672a9bf Add support for overriding inSets of entry nodes to DataFlowAnalyzer 4 years ago
Graham 38f731f986 Mark fields as final where possible 4 years ago
Graham deaeea2752 Rename inlineConstantArgs to propagateConstantArgs 4 years ago
Graham 147744771c Skip propagation of constant arguments in non-renamable methods 4 years ago
Graham c03673a1e8 Add interface support to EmptyClassTransformer 4 years ago
Graham 7740b13a29 Remove unused classAccess argument from getVisibility 4 years ago
Graham 0bd10234b8 Run RemapTransformer as early as possible 4 years ago
Graham 7d9b1c61e8 Combine the StaticScramblingTransformer with the RemapTransformer 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 64dc49e15b Delete empty <clinit> methods 4 years ago
Graham 524a894df2 Revert "Simplify static field scrambling" 4 years ago
Graham 46dd61fc5d Add PATH constant to ProfileProvider 4 years ago
Desetude 5c8b031719 Check if method is declared by interface in VisibilityTransformer 4 years ago
Graham 040fc87f0d Remove redundant type 4 years ago
Graham ccf7056a93 Use private companion objects where possible 4 years ago
Graham 3db4c82569 Load Profile from a YAML file 4 years ago