mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 07:30:33 +00:00
781fcccf55
* Move CMDS= before EXPECT= in tests * Revert "Move CMDS= before EXPECT= in tests" This reverts commit13a9085a36
. * Move CMDS= before EXPECT= in tests, take 2 * Revert "Move CMDS= before EXPECT= in tests, take 2" This reverts commit7c0bf6d8e3
. * Move CMDS= before EXPECT= in tests, take 3 Co-authored-by: pancake <pancake@nopcode.org>
23 lines
233 B
Plaintext
23 lines
233 B
Plaintext
NAME=ESIL single stepback
|
|
FILE=../bins/elf/analysis/calls_x64
|
|
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
|
|
EXPECT=<<EOF
|
|
0x00400412
|
|
EOF
|
|
RUN
|