If you want to try some buffer overflow examples online, make sure you compile your C code with the gcc flag:
-mno-accumulate-outgoing-args
otherwise your assembly code may look different than the assembly code on the book. Read more at this Stackoverflow post
No comments:
Post a Comment