mylamour / blog

Your internal mediocrity is the moment when you lost the faith of being excellent. Just do it.
https://fz.cool
61 stars 14 forks source link

Let's get start to fuzzing binutils with AFL #65

Open mylamour opened 4 years ago

mylamour commented 4 years ago

In the begin at the blog, look at this picture, it was fuzzing with readelf ( one of binutils ) image And nothing was found ...

Now, let follow this steps, until you can fuzz it by yourself.

image image

So, may be you already know about this tricks. yes , right. you can just compile it with afl-gcc or afl-g++afl-calng when you got the source code. And generate lots data to feed it to afl-fuzz In this situation, you should able to fuzzing with many program.