Trying to debug someone else's compiled binary (without debug information unfortunately).
The binary at some point calls syscall 0x1f which is unimplemented in the x86 kernel, so I'm wondering if there's a way to just, skip over that and keep running? Just to see what happens.
This isn't a C question, but it's a GDB question, so I thought it's still close enough to ask here.