Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 624 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 624 Bytes

SLAE

Repository for the SLAE exam
Student SLAE-891
http://www.securitytube-training.com/online-courses/securitytube-linux-assembly-expert/

Assignment 3

Egg Hunter Shellcode

You can run the basic egg hunter with the following command:

gcc -fno-stack-protector -z execstack -o shellcode shellcode.c && ./shellcode

You can run the more advanced egg hunter with the following command:

gcc -fno-stack-protector -z execstack -o shellcode_heap shellcode_heap.c && ./shellcode_heap