Reusable App Fuzzer for Simple Buffer Overflow Development
Started doing some buffer overflow exploit development. Hoping to better understand some of the exploits used when doing CTF's and such. Nothing fancy, 32 bit vulnerable apps (on Windows 10) to try and learn about the process. I wrote an app fuzzer in python that is pretty re-usable. Takes IP…