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§
Functions§
- instruction_
event ⚠ - module_
bounds - Returns (module_base, module_size).
- stack_
frames - Return raw frame addresses from the shadow stack (order preserved).