GDB is a powerful debugger that allows you to step through code, inspect variables, and understand program behavior.
Commands in gdb
gdb filename
- To open the debugger
disass main
- To disassemble the binary
GDB is a powerful debugger that allows you to step through code, inspect variables, and understand program behavior.
gdb filename
- To open the debugger
disass main
- To disassemble the binary