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