STATUS: Full Points
Usage:
- compile vulnerable program:
gcc -z execstack -fno-stack-protector vulnerable.c -o vulnerable
STATUS: Full Points
STATUS: WIP
- prepare for module installation:
make prepare
- create and install module:
make all
- clean module:
make clean
- update module (if already installed):
make update
STATUS: WIP