Skip to content

Instantly share code, notes, and snippets.

View martinezjavier's full-sized avatar

Javier Martinez Canillas martinezjavier

View GitHub Profile

Keybase proof

I hereby claim:

  • I am martinezjavier on github.
  • I am martinezjavier (https://keybase.io/martinezjavier) on keybase.
  • I have a public key ASBRdXOPsWi6gg9t1CBbT94g9wYKUAHzaNUEQIoUgAvjaAo

To claim this, I am signing this object:

/* libhijack.c */
#define _GNU_SOURCE
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <dlfcn.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>