NAME=one node FILE== CMDS=< # fcn.00000000 (); .--------------------. | 0x0 | | fcn.00000000 (); | | push ebp | | mov ebp, esp | | pop ebp | | ret | `--------------------' EOF RUN NAME=agg one FILE== CMDS=< /dev/null EOF EXPECT=< # super_mario_fix (); .--------------------------------------------. | 0x8049c | | super_mario_fix (); | | ; segment.ehdr | | lui v0, 8 | | ; "\u00a2\u00a2\u00a2World" sym..rodata | | addiu a0, v0, 0x510 | `--------------------------------------------' [0x0008049c]> # super_mario_fix (); .-----------------------------. | 0x8049c | | super_mario_fix (); | | ; segment.ehdr | | lui v0, 8 | | ; "...World" sym..rodata | | addiu a0, v0, 0x510 | `-----------------------------' EOF RUN NAME=agf FILE=bins/mach0/ls-osx-x86_64 CMDS=< /dev/null EOF EXPECT=<