dsu-cs / sre-mh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sre-mh

Mike's SRE repo of demo files, scripts, and resources.

Binaries

To save some time in class, you will find compiled binaries that we will use for analysis. The binary files are numbered sequentially in the order that we will likely use them and also give some indication as to what compiler options were used. For example:

  • 01_empty_O0.out is a program that contains an empty function and was compiled without optimization (O0). Given the extension of .out, it was compiled using GCC.
  • 03_hello_world_x64.exe has a simple printf to output "Hello, World" compiled as a 64-bit Windows binary.

Resources

The resources directory holds cheat sheets, guides, etc. that may come in handy while learning different tools and utilities as we cover them in class.

Scripts

About


Languages

Language:Assembly 37.3%Language:Python 31.1%Language:C 28.4%Language:Java 3.3%Language:Shell 0.0%