8 Commits (29b63b613aa486a9036daf0758dbb5a57a351b66)

Author SHA1 Message Date
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