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

add honggfuzz to autofz #9

Open
LSXCH opened this issue May 30, 2024 · 0 comments
Open

add honggfuzz to autofz #9

LSXCH opened this issue May 30, 2024 · 0 comments

Comments

@LSXCH
Copy link

LSXCH commented May 30, 2024

Hi, Previously I tried to integrate honggfuzz into autofz. Referred to libfuzzer.py and wrote honggfuzz.py, the content is in the attachment.
honggfuzz.txt
And I tried to run honggfuzz with : autofz -o test -T 10m -f honggfuzz -t freetype2-2017
I found that honggfuzz ran successfully for a short period of time, produced around 950 seeds, and stopped producing new seeds.
I print the exec args :
['cgexec', '-g', 'cpu:/autofz/honggfuzz', '/fuzzer/honggfuzz/honggfuzz', '--rlimit_rss', '0', '-n', '1', '-z', '-i', '/seeds/fuzzer-test-suite/freetype2-2017', '-W', '/work/autofz/test/freetype2-2017/honggfuzz/crashes', '-o', '/work/autofz/test/freetype2-2017/honggfuzz/queue', '--', '/d/p/honggfuzz/fuzzer-test-suite/freetype2-2017/freetype2-2017', 'FILE']
and directly run it in comand line, it works fine.
Since I don't know honggfuzz particularly well, I'm wondering if there's something wrong with my honggfuzz.py writing?

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