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

Fuzzing a target that takes multiple files as inputs #461

Open
Mikerah opened this issue May 29, 2022 · 0 comments
Open

Fuzzing a target that takes multiple files as inputs #461

Mikerah opened this issue May 29, 2022 · 0 comments

Comments

@Mikerah
Copy link
Contributor

Mikerah commented May 29, 2022

I have a target that I've compiled with hfuzz-g++ that takes 4 files as input target file1 file2 file3 file4.
I've tried passing these files using -s and even tried putting them into a single file and using ___FILE___.
However, I'm unable to make the program crash.

Is this mode possible with honggfuzz, if not, are there any tips for making this work?

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

No branches or pull requests

1 participant