mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-05 13:06:52 +00:00
f7f82ecbc0
* Remove -u flag in r2 (was not implemented, but not needed) * Added ?v command * Check if file exists in rarun2 * Fix cmd.vprompt * Some fixes in io.undo - Two test cases to check undo and redo ops * Added 2 bugs in testsuite
9 lines
86 B
Plaintext
Executable File
9 lines
86 B
Plaintext
Executable File
DEBUG=no
|
|
FILE=malloc://1024
|
|
ARGS=""
|
|
CMDS='
|
|
?v 0x10+0x30
|
|
'
|
|
EXPECT="0x40"
|
|
. ../tests.sh
|