Buffer overflow (BOF)
##Methodology
Investigate the file
Test it out - what does the program do?
Look at its functions in GDB
Look at the assembly of a function
Look for the flow of the program. Look for cmp
Set up breakpoints with hooks
Step through the whole program. Or at the breakpoints
Last updated