<<<<<<< HEAD ======= >>>>>>> 6edea0fdbcbd670d5e85273d1703dc4469d95ffc
Back

Hunting Bugs in Your Sleep - How to Fuzz (Almost) Anything With AFL/AFL++

This is a “part one” talk on exploitation detailing how to get started with AFL to find bugs (usually memory corruption vulnerabilities). Finding bugs in a program gives you the opportunity to research further potential vulnerabilities and exploitation. It’s really that simple. vr0n will show how to install AFL, how to set up AFL, and how to use AFL against a program.