This exercise involves the f27
binary, from which the f27.s
file is
derived. Using gdb
, objdump
, and whatever other tools you prefer, can you:
Figure out an input, or command-line arguments, that cause
f27
to exit successfully?Figure out an input, or command-line arguments, that cause
f27
to exit successfully after printing at least one line of output?(Hard) Figure out an input, or command-line arguments, that cause
f27
to exit successfully after printing three identical lines of output?