Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 2.0 #30

Closed
Byter09 opened this issue Feb 8, 2020 · 0 comments · Fixed by #31
Closed

Update to 2.0 #30

Byter09 opened this issue Feb 8, 2020 · 0 comments · Fixed by #31

Comments

@Byter09
Copy link

Byter09 commented Feb 8, 2020

I tried to update honggfuzz-rs to use google/honggfuzz@d1de86d (2.0) today, but the linking fails when it tries to build the hfuzz binary for the example.

The main goal was to get #26 running using --minimize, but the weird part is, that even when I comment out the example part from test.sh, running hfuzz afterwards still doesn't know the parameter. So either I'm doing something wrong or it's just building the wrong version.

Either way, I'm opening this issue in the hopes that this project is not dead and someone more qualified like me can resolve this. I tried afl, and honestly it kind of sucks because it's not multi-threaded, so you'd need to keep several instances open. Same goes for cargo-fuzz, which uses libFuzzer - it's better but not reliable as the forking option is experimental and can sometimes not close correctly if you just want it running while collecting crash files (instead of instantly stopping as soon as a crash occured).

All in all, honggfuzz, and with it, this project, is my absolute favourite, and I hope someone takes the time to update it.

bors bot added a commit that referenced this issue Mar 1, 2020
31: Update hongfuzz to ~2.0 (current master) r=PaulGrandperrin a=Mrmaxmeier

fixes #30 

Co-authored-by: Mrmaxmeier <[email protected]>
bors bot added a commit that referenced this issue Mar 1, 2020
31: Update hongfuzz to ~2.0 (current master) r=PaulGrandperrin a=Mrmaxmeier

fixes #30 

Co-authored-by: Mrmaxmeier <[email protected]>
Co-authored-by: Paul Grandperrin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant