Projects STRLCPY jellyfish Commits f29d2c96
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    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", "creat", "pcap_loop"};
     19 +const char *syscall_table[4] = {"fopen", "mkdir", "creat", "pcap_loop"};
    20 20   
    21 21  // get gpu device
    22 22  cl_device_id create_device(){
    skipped 347 lines
Please wait...
Page is in error, reload to recover