public BabelMethodCallInliner() { emulator = new InstructionEmulator(); branchEmulator = new BranchEmulator(emulator, this); }
public BlockCflowDeobfuscator() { instructionEmulator = new InstructionEmulator(); branchEmulator = new BranchEmulator(instructionEmulator, this); }