* Split core/cmd.c into disasm.c and core/visual.c into vmenus.c * Fix some warnings reported by valgrind * Chop instructions disassembled by udis86 * Fix visual prompt display in debugger mode * Added 'pdi' and 'pdf' commands - Used to print just instructions or lengths - Documented via 'pd?' * Added initial work on a test suite for r2 - Spot a crash!
12 lines
113 B
Text
Executable file
12 lines
113 B
Text
Executable file
NAME=echo
|
|
DEBUG=no
|
|
FILE=malloc://1024
|
|
ARGS=""
|
|
CMDS="
|
|
!echo fuck
|
|
!echo yeah
|
|
q!
|
|
"
|
|
EXPECT="fuck
|
|
yeah"
|
|
. ../tests.sh
|