Shadow Stack  0.2
 All Classes Namespaces Files Functions Variables Typedefs Macros
external_stack_server.hpp
Go to the documentation of this file.
1 
2 #ifndef __EXTERNAL_STACK_SERVER_HPP__
3 #define __EXTERNAL_STACK_SERVER_HPP__
4 
5 
10 void start_external_shadow_stack( const int sock );
11 
12 
13 #endif
void start_external_shadow_stack(const int sock)
The function for running the external shadow stack sever Sock must be the file descriptor to the unix...
Definition: external_stack_server.cpp:130
static int sock
Definition: dr_external_ss_events.cpp:14