Malware Analysis - Spring 2019

Course Repository for University of Cincinnati Malware Analysis Class (CS6038)

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

In class problems

Video of Class:

To be uploaded after class