Skip to content

Instantly share code, notes, and snippets.

@RdlP
Created June 12, 2017 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RdlP/7867e45a1edd2aae235b24984309d40c to your computer and use it in GitHub Desktop.
Save RdlP/7867e45a1edd2aae235b24984309d40c to your computer and use it in GitHub Desktop.
#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