Shadow Stack  0.2
 All Classes Namespaces Files Functions Variables Typedefs Macros
dr_internal_ss_events.hpp
Go to the documentation of this file.
1 
2 #ifndef __DR_INTERNAL_SS_EVENTS_HPP__
3 #define __DR_INTERNAL_SS_EVENTS_HPP__
4 
6 
7 
9 namespace InternalSS {
10 
12  void setup( SSHandlers **const handlers, const char *const );
13 }; // namespace InternalSS
14 
15 
16 #endif
SSHandlers * handlers
Definition: dr_shadow_stack_client.cpp:13
void setup(SSHandlers **const handlers, const char *const )
Setup the internal stack server for the DynamoRIO client.
Definition: dr_internal_ss_events.cpp:192
A class used to contain mode specific function definitions Specifically, the event handlers this clie...
Definition: dr_shadow_stack_client.hpp:11