driller icon indicating copy to clipboard operation
driller copied to clipboard

how AFL engine utilize the testcases generated by symbolic execution?

Open Mambaboy opened this issue 7 years ago • 3 comments

Hi, guys When running the afl-cgc, it puzzles me very much that what parameter should I set for the varialbe driller_path, which means the the location of driller executable. Is that the run.py in the driller module?

Also, there is not a '-D' paremeter in "_start_afl_instance" function, to start an AFL instance, which belongs to Class Fuzzer in the Fuzzer module. That's so odd!

And I have run the run.py, but it just generates some testcases by symbolic exectuion, how would the AFL engine utilize these testcases?

Can you give some information about these questions? Thank you very much!

Mambaboy avatar Mar 22 '17 09:03 Mambaboy

Does anybody know something about how AFL utilizes the test-cases generated by driller engine? It puzzles me a lot, and I wish someone can give some information. It is very plesure of you!

Mambaboy avatar Apr 04 '17 11:04 Mambaboy

Driller-produced testcases are synchronized into AFL via AFL's concurrency implementation, similar to how inputs from AFL's fuzzer slaves are synchronized. They're then mutated by AFL in the course of its normal operation to identify more inputs into the program.

zardus avatar Apr 04 '17 15:04 zardus

It is very kind of you to help me with the problem. Thank you very much!

Mambaboy avatar Apr 05 '17 01:04 Mambaboy