|
| def | __init__ (self, loc_db) |
| |
| def | get_ir (self, instr) |
| |
| def | get_next_break_loc_key (self, instr) |
| |
| def | __init__ (self, arch, attrib, loc_db) |
| |
| def | new_ircfg (self, *args, **kwargs) |
| |
| def | new_ircfg_from_asmcfg (self, asmcfg, *args, **kwargs) |
| |
| def | instr2ir (self, instr) |
| |
| def | add_instr_to_ircfg (self, instr, ircfg, loc_key=None, gen_pc_updt=False) |
| |
| def | gen_pc_update (self, assignments, instr) |
| |
| def | add_instr_to_current_state (self, instr, block, assignments, ir_blocks_all, gen_pc_updt) |
| |
| def | add_asmblock_to_ircfg (self, block, ircfg, gen_pc_updt=False) |
| |
| def | add_block (self, block, gen_pc_updt=False) |
| |
| def | add_bloc (self, block, gen_pc_updt=False) |
| |
| def | get_next_loc_key (self, instr) |
| |
| def | get_loc_key_for_instr (self, instr) |
| |
| def | gen_loc_key_and_expr (self, size) |
| |
| def | expr_fix_regs_for_mode (self, expr, *args, **kwargs) |
| |
| def | expraff_fix_regs_for_mode (self, expr, *args, **kwargs) |
| |
| def | irbloc_fix_regs_for_mode (self, irblock, *args, **kwargs) |
| |
| def | is_pc_written (self, block) |
| |
| def | set_empty_dst_to_next (self, block, ir_blocks) |
| |
| def | post_add_asmblock_to_ircfg (self, block, ircfg, ir_blocks) |
| |
Toshiba MeP miasm IR - Big Endian
It transforms an instructon into an IR.