antonio-morales / Fuzzing101

An step by step fuzzing tutorial. A GitHub Security Lab initiative
https://securitylab.github.com/
Apache License 2.0
2.37k stars 321 forks source link

What is CPU requirements #27

Open absdevx opened 2 years ago

absdevx commented 2 years ago

I need to know CPU requirements to find your bugs very quickly.

I have finish exercise 1 after 14 hours of fuzzing

Ruanxingzhi commented 1 year ago

In my case, about 6min on a 5800X machine.

command line: afl-fuzz -i inputs/ -o out -s 123 -- ./pdftotext @@ -

absdevx commented 1 year ago

There aren't requirements, the only one is to know the good codepath to fuzz.

Le ven. 4 nov. 2022 à 03:54, 阮行止 @.***> a écrit :

In my case, about 6min on a 5800X machine.

command line: afl-fuzz -i inputs/ -o out -s 123 -- ./pdftotext @@ -

https://camo.githubusercontent.com/e3ea6d9b2f915a1042b5d74b036ba0c3599160a784003dbb7cdd724f8c029042/68747470733a2f2f7777772e7275616e782e6e65742f636f6e74656e742f696d616765732f323032322f31302f696d6167652d33362e706e67

— Reply to this email directly, view it on GitHub https://github.com/antonio-morales/Fuzzing101/issues/27#issuecomment-1302926407, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUFLHG2BM66UJGJMIG7KRQ3WGSCIRANCNFSM5WR7WC3Q . You are receiving this because you authored the thread.Message ID: @.***>