Still cannot know why it does not work
[PathExplorer.git] / previous_version / instrumentation_functions.h
blob04da2e7fea06348950b339f6e3795124781cb789
1 #ifndef INSTRUMENTATION_FUNCTIONS_H
2 #define INSTRUMENTATION_FUNCTIONS_H
4 #include <pin.H>
6 VOID ins_instrumenter(INS ins, VOID *data);
8 VOID image_load_instrumenter(IMG loaded_img, VOID *data);
10 BOOL process_create_instrumenter(CHILD_PROCESS created_process, VOID* data);
12 #endif