-
Notifications
You must be signed in to change notification settings - Fork 91
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
hi, i am not sure what does host payload size too large means? #305
Comments
Hi @uiop7774 this is a message that originates from a You have a mismatch between the payload configured in your harness agent and the size reported by the host fuzzer. The default fuzzer payload size is configured here: |
hi @Wenzel thanks for the reply!!!
however, i can not find anything that has to do with libxdc_init() in python code, so i figured it's the problem of c code, so i begin my debug process:
then i go check why my DVKM, fs_fuzzer is working correctly but my own test script is failing. but for my own test setup, i used my compiled linux kernel(from source) i am now wondering whether it is because my kernel is compiled without any libxdc configuration, so that the libxdc_init() is not running, can you confirm my suspicion? thanks |
Hi @uiop7774 The I'm not certain as to why libxdc fails, and the library doesn't contain meaningful error messages unfortunately. |
so i am currently trying to fuzz nf_table,
i've done the test_script, agent.sh, but when i try to run the kafl, it shows:
i don't know where i need to start debugging.
thanks in advance!
The text was updated successfully, but these errors were encountered: