Skip to content

Instantly share code, notes, and snippets.

View luisggpina's full-sized avatar

Luís Pina luisggpina

View GitHub Profile
#include <stdlib.h>
#include <asm/unistd.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <time.h>
long __syscall(int syscallno, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6);
int main(int argc, char * argv[]) {