bannsec / autoPwn

Automate repetitive tasks for fuzzing
122 stars 32 forks source link

Frida + AFL #21

Open bannsec opened 6 years ago

bannsec commented 6 years ago

This may be another project entirely, but it would be interesting to see if I could use Frida to hook the right places inside the binary to emulate what the binary would have looked like if it were compiled. This would allow faster execution than QEMU guided fuzzing for binaries that I do not have the source for.