Difference between revisions of "How to Debug binary"

From HyperSecurity Wiki
Jump to: navigation, search
(Created page with "== Installing gbd== apt install gdb == Debugging == gdb --args {binary} == gbd Commands == gdb = general debugging of binary bt = backtrace")
(No difference)

Revision as of 02:55, 5 May 2025

Installing gbd

apt install gdb

Debugging

gdb --args {binary}

gbd Commands

gdb = general debugging of binary
bt = backtrace