initial commit

This commit is contained in:
Daniel Micay
2018-08-21 15:23:22 -04:00
commit 70d61b6662
12 changed files with 1086 additions and 0 deletions

5
preload.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
dir=$(cd "$(dirname ${BASH_SOURCE[0]})" && pwd)
export LD_PRELOAD+=" $dir/hardened_malloc.so"
exec $@