Jim's
Tutorials

Spring 2018
course
site

machine learning

cs exam

github repo

diary

resources

systems

Dylan's debugging resources

TOOLS

LLDB - a gdb clone built for the LLVM stack. Has some bells and whistles that gdb doesn't.

Radare - a symbolic execution enviornment for reverse engineering-- and in my opinion is hands down the best out of the three. It can generate ascii flow charts of the disassembly, step through and show register values, auto map strings, output graphviz charts of functions, and so much more.

GUIs

RESOURCES

protected