• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef SYSCALL_HOOKS_H
2 #define SYSCALL_HOOKS_H
3 
4 int set_syscall_hooks(const char *hooks_table, int table_len, void *hooks_entry, int reset, int **tid_addr);
5 
6 #endif