* Show group-level details of commands Details can be defined at either a group command or its subcommand of the same name. If define on group-level it will also be shown in the group help without needing ??. * Fix > $ redirection for errored command and leak * Rewrite ar and dr commands with newshell Breaking changes: ar* => arf, ar- => arf-, ar. => ar* ar, => art, ar? => arq ar0 => ara0, arb => arab, ars => araS arC => arpC arn => arR art => arT arf => arF Removed: drm, aer
20 lines
No EOL
190 B
Text
20 lines
No EOL
190 B
Text
NAME=dh esil
|
|
FILE==
|
|
ARGS=-a x86 -b 32
|
|
CMDS=<<EOF
|
|
aei
|
|
aeim
|
|
aeip
|
|
ar esp=0x00108000
|
|
.arf
|
|
"wa mov eax, 0x1234;push eax"
|
|
ds 2
|
|
.arf
|
|
ar esp
|
|
?v [esp]
|
|
EOF
|
|
EXPECT=<<EOF
|
|
esp = 0x00107ffc
|
|
0x1234
|
|
EOF
|
|
RUN |