9 Commits (880be759b7297176d571c06df08c66272e48cc6b)

Author SHA1 Message Date
Graham 880be759b7 Use smart casts in the AST deobfuscator 4 years ago
Graham 29b63b613a Use > and >= in for loops that decrement instead of increment 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 5487a74eb8 Remove traversal argument from walk extension method 4 years ago
Graham 784b14b66b Improve safety of ForLoopConditionTransformer 4 years ago
Graham 2e1db9f0b1 Don't swap for loop conditions where both sides have a side effect 4 years ago
Desetude d8c3f4e31c Flip > and >= in for loop conditions to < and <= respectively 4 years ago