Linux debugger for linux x86
Some commands will not work outsite of program file
cmake .
make
./linbug.exe
./linbug.exe program.exe
-
c to continue
-
b to break b 0x
b b : -
reg to do action on registers reg write reg read reg dump
-
mem to do action on memory mem read
mem write -
s to step
-
n to next
-
finish to step out scope
-
symbol to find symbol symbol
-
bt to backtrace