16 Commits (ea9f212fe15905ac95ca48c49399866ee2587ee8)

Author SHA1 Message Date
Graham ea9f212fe1 Reduce indentation of if/else blocks where possible 4 years ago
Graham 90c21d87cf Replace nested ifs with && 4 years ago
Graham a75db6122b Return IfStmt from getIf() 4 years ago
Graham b20115f1a7 Simplify IfElseTransformer 4 years ago
Graham 880be759b7 Use smart casts in the AST deobfuscator 4 years ago
Graham 12a0f17e59 Replace ternaries in an else block with another if/else 4 years ago
Graham 8e3452ef98 Improve IfElseTransformer comments 4 years ago
Graham a87a289c49 Add duplicate class name support to the AST deobfuscator 4 years ago
Graham 3c9edb0291 Use dependency injection in the AST deobfuscator 4 years ago
Graham 597aa2018e Add support for whole program AST transforms 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 d9762d65bc Fix Kotlin inspections 4 years ago
Graham 130a05956e Convert ExprUtils to Kotlin 4 years ago
Graham e3baede541 Convert NodeUtils to Kotlin 4 years ago
Graham 53160e422d Convert IfElseTransformer to Kotlin 4 years ago