How to do string buffer overflow with scanf function?
I’m new to buffer overflow exploitation. I’ve written a simple C program which will ask the user to input a string (as a password) and match that string with "1235". If matched then it will print "Access Approved", othe… Continue reading How to do string buffer overflow with scanf function?