Created
June 12, 2017 13:19
-
-
Save RdlP/7867e45a1edd2aae235b24984309d40c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <sys/types.h> | |
long ptrace(int param1, pid_t param2, void *param3, void *param4) { | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment