Add a new deob module which invokes the bytecode deobfuscator, then the decompiler, then the AST deobfuscator
The underlying tools should still be invokable separately for debugging purposes.
Rough plan:
* Rename `deob` to `deob-bytecode`
* Add a new `deob` module which invokes the bytecode deobfuscator, then the decompiler, then the AST deobfuscator
The underlying tools should still be invokable separately for debugging purposes.
Rough plan:
deob
todeob-bytecode
deob
module which invokes the bytecode deobfuscator, then the decompiler, then the AST deobfuscatorThe underlying tools should still be invokable separately for debugging purposes.
Implemented a while ago