angr / phuzzer

The new phuzzing framework!
BSD 2-Clause "Simplified" License
148 stars 24 forks source link

Fixes and enhancements to #2

Closed etrickel closed 5 years ago

etrickel commented 5 years ago

fixed some bugs with parallel executions of AFL, added test cases for parallel, added timed_out method to Phuzzer, and fixed main so that it worked

Also, fixed docstrings to be PEP8 compliant.

zardus commented 5 years ago

Looks like something is weird with the imports, at least on travis. Do the tests run locally for you?

etrickel commented 5 years ago

Yes, I ran all the tests.

On Wed, May 29, 2019, 3:16 PM Yan notifications@github.com wrote:

Looks like something is weird with the imports, at least on travis. Do the tests run locally for you?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/angr/phuzzer/pull/2?email_source=notifications&email_token=ADNCGDK2S5RHKDRZQJZSQW3PX36DHA5CNFSM4HQVOKTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWQZKQI#issuecomment-497128769, or mute the thread https://github.com/notifications/unsubscribe-auth/ADNCGDP6NW6AJB3WXKQO7GLPX36DHANCNFSM4HQVOKTA .

etrickel commented 5 years ago

Looks like something is weird with the imports, at least on travis. Do the tests run locally for you?

I ran the travis on my local repo, it's failing because the VM instance doesn't see the AFL object under phuzzers for some reason , but the test runs fine locally. I'll dig into it.