![]() |
Baseer 0.2.0
Baseer is an advanced binary analysis tool designed to provide deep insights into any file.
|
Represents a single breakpoint. More...
#include <debugger.h>
Public Attributes | |
uint64_t | orig |
uint64_t | addr |
bp * | next |
unsigned int | id |
Represents a single breakpoint.
uint64_t bp::addr |
Breakpoint address
unsigned int bp::id |
Breakpoint ID
bp* bp::next |
Next breakpoint in list
uint64_t bp::orig |
Original instruction word