mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
23 lines
233 B
Plaintext
23 lines
233 B
Plaintext
NAME=ESIL single stepback
|
|
FILE=../bins/elf/analysis/calls_x64
|
|
EXPECT=<<EOF
|
|
0x00400412
|
|
EOF
|
|
CMDS=<<EOF
|
|
e asm.emu=true
|
|
e asm.bits=64
|
|
e asm.arch=x86
|
|
e emu.write=true
|
|
e io.cache=true
|
|
aei
|
|
aeim
|
|
aeip
|
|
aets+
|
|
aeso
|
|
aeso
|
|
aesb
|
|
dr rip
|
|
dk 9
|
|
EOF
|
|
RUN
|