Skip to content

MarjorieLV/linuxDebugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux debugger for linux x86

Caution

Some commands will not work outsite of program file

To build

cmake .

make

To launch

./linbug.exe

./linbug.exe program.exe

Commands

  • 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

About

Linux debugger for linux x86

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors