Classes | |
class | INSTLIB::ALARM_IMAGE_OFFSET_COUNT |
Functions | |
ADDRINT | INSTLIB::ALARM_IMAGE_OFFSET_COUNT::Count (UINT32 tid=0) const |
VOID | INSTLIB::ALARM_IMAGE_OFFSET_COUNT::SetAlarm (UINT64 count, ALARM_HANDLER handler, VOID *val, UINT32 tid=0, BOOL rearm=FALSE, BOOL always_armed=FALSE) |
VOID | INSTLIB::ALARM_IMAGE_OFFSET_COUNT::Activate (const CHAR *image_name, UINT64 offset) |
The example below can be found in InstLibExamples/alarm_image_offset.cpp
|
This function initializes an alarm and must be called before PIN_StartProgram. It does turn the alarm on. Use SetAlarm.
|
|
|
|
Turn on an alarm. You should call Activate for this alarm before PIN_StartProgram
|