Skip to main content

Module instrument

Module instrument 

Source
Expand description

Shadow-stack instrumentation: Exports the instruction_event symbol, which can be registered with DynamoRIO to instrument basic blocks such that a shadow callstack is maintained while to binary executes. At any point in execution this shadow-stack can be queried for the raw absolute frame addresses of the function in the current callstack.

Structs§

RawCallStack

Functions§

instruction_event
module_bounds
Returns (module_base, module_size).
stack_frames
Return raw frame addresses from the shadow stack (order preserved).