How would you try and go about exploiting a buffer overflow that has ASLR enabled?
Anonymous
ASLR - Address Space Layout Randomization is a security method that sometimes moves the stack of a vulnerable function to a "hidden" area. In the case of a buffer overflow, stack trace or stack dump information may be written to a logfile, among other places, where the location of the stack can be ascertained. A hacker could use this information to further exploit the system, by inserting invasive code into the function call stack.
Check out your Company Bowl for anonymous work chats.