miasm
Reverse engineering framework
asm_to_ir.py File Reference

Namespaces

 asm_to_ir
 

Variables

 asm_to_ir.loc_db = LocationDB()
 
 asm_to_ir.asmcfg
 
 asm_to_ir.patches = asmblock.asm_resolve_final(mn_x86, asmcfg)
 
 asm_to_ir.ir_arch = ir_a_x86_32(loc_db)
 
 asm_to_ir.ircfg = ir_arch.new_ircfg_from_asmcfg(asmcfg)
 
 asm_to_ir.deadrm = DeadRemoval(ir_arch)