February 07, 2019
Slides: NA
Dynamic Analysis and In-Class Work
We will spend a short period of time working on analyzing shellcode.
As requested, by the class, on Tuesday the rest of this class will be used
to work on in class problems.
Analysis of shellcode
Shellcode Harness
gcc -m32 -fno-stack-protector -z execstack -o sc sc_tester.c
Shellcode Example
objdump -b binary -Mintel -m i386 -D sc_example.bin