Dynamic Analysis and Demos

Today we will walk through the usage of a sandbox and the tools used to instrament the sandbox. We will review the new homework assignment. We will demonstrate the usage of the sandbox for a live ransomware sample.

Links to the c files shown in class

To Compile a Windows EXE from Linux

i686-w64-mingw32-gcc demo2_xor.c -o d2.exe

To Compile an Elf from Linux
gcc -m32 -o d2 demo2_xor.c -g

Video of Class:

CS6038: Wk04.1 - Dynamic Analysis (YouTube)