all: unmap.c
	gcc -o unmap unmap.c -g3 -O0 -z execstack -fno-stack-protector -no-pie -D_FORTIFY_SOURCE=0
