←back to thread

102 points mariuz | 1 comments | | HN request time: 0s | source
Show context
Faelian2 ◴[] No.42157085[source]
I don't use GDB a lot. But when I do, I generally use the pwndb extension. It's written for exploit development, but even for debugging a C program. It makes things a lot nicer.

https://pwndbg.re/

replies(1): >>42160246 #
1. Conscat ◴[] No.42160246[source]
I love pwndbg. I work at the level of writing syscalls often, and it's wonderful that pwndbg's disassembler pretty-prints the operands of syscalls write next to the actual instruction.