LinuxAsmTools |
NAME minibug - debugger for ELF executables SYNOPSIS minibug <file> DESCRIPTION minibug is a simple console or terminal debugger. It provides a register display, breakpoint display, a code display, and memory display. assembly language is displayed in code window using nasm format. USAGE MiniBug is controlled from the keyboard using the following keys: a - add breakpoint c - clear breakpoints g - go (begin execution) s - step one instruction h - help q - quit r - show register window m - show memory winddw e - show stack window b - show breakpoint window up arrow - scroll code window up down arrow - scroll code window down pgup - page code window up pgdn - page code window down right arrow - scroll memory window down left arrow - scroll memory window up PROBLEMS MiniBug sometimes fails to disassemble correctly. This often occurs if data is included within the .text section. Stepping into the code may fix the disassembly. FILES MiniBug is contained within one file and does not use any support files SEE ALSO asmbug(1) asmdis(1) AUTHOR Jeff Owens <jko@bsn1.net> COPYRIGHT GNU Copyright (C) 2007 Jeff Owens This program comes with absolutely NO WARRANTY |