=> 0x000000000000121c <+129>: b8 00 00 00 00 mov $0x0,%eax
0x0000000000001221 <+134>: c9 leaveq
0x0000000000001222 <+135>: c3 retq
I cannot seem to find the hex address through gdb. Can i even inject a positive return value b8 01 00 00 00 with the method "printf '\x01' | dd of= ....." into an hex file from the information i get from GDB? i cant seem to find the "seek" value for dd