Baseer 0.2.0
Baseer is an advanced binary analysis tool designed to provide deep insights into any file.
Loading...
Searching...
No Matches
bp Struct Reference

Represents a single breakpoint. More...

#include <debugger.h>

Public Attributes

uint64_t orig
uint64_t addr
bpnext
unsigned int id

Detailed Description

Represents a single breakpoint.

Member Data Documentation

◆ addr

uint64_t bp::addr

Breakpoint address

◆ id

unsigned int bp::id

Breakpoint ID

◆ next

bp* bp::next

Next breakpoint in list

◆ orig

uint64_t bp::orig

Original instruction word


The documentation for this struct was generated from the following file: