diff options
Diffstat (limited to 'example/symbol_exec/single_instr.py')
| -rw-r--r-- | example/symbol_exec/single_instr.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/symbol_exec/single_instr.py b/example/symbol_exec/single_instr.py index e4dcdba6..365a17ec 100644 --- a/example/symbol_exec/single_instr.py +++ b/example/symbol_exec/single_instr.py @@ -26,8 +26,8 @@ symbols_init = ira.arch.regs.regs_init symb = symbexec(ira, symbols_init) # Emulate one IR basic block -## Emulation of several basic blocks can be done through .emul_ir_blocs -cur_addr = symb.emul_ir_bloc(ira, START_ADDR) +## Emulation of several basic blocks can be done through .emul_ir_blocks +cur_addr = symb.emul_ir_block(START_ADDR) # Modified elements print 'Modified registers:' |