-
Notifications
You must be signed in to change notification settings - Fork 34
Run buzzer in the vm and get "Fuzzer run no 0" #58
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 ter 8000 ms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The host machine is ubuntu 22.04, and the VM is the latest linux kernel. |
Hi! i think you might have an outdated version of the repo. Could you |
Thank you for your reply!
In addition, I can only see "404 page not found" on the webpage http://localhost:8080/. Could you please release a compiled binary buzzer in the repo, so that I can check my running environment to eliminate other interference factors? |
You are one step away from your goal. Run it with the flag The default behaviour now is the “playground” strategy. Which allows you to test ebpf programs. You can see the code at pkg/strategies |
Yes, it works now with the flag When running buzzer, I can see Also, I would like to ask if I can run buzzer on Have you considered combining buzzer and |
That strategy was deprecated, it wasn't reliably finding things.
Theoretically yes it should be possible. That being said as far as I have seen, ebpf code is arch independent. So I am not so sure about any benefits of this. Other than checking for un patched known vulnerabilities.
We are working on it :) |
Hey, I ran buzzer for two days, and it reported this OOM error as shown below, the buzzer has stopped now.
It is interesting to integrate buzzer and syzkaller, and I noticed that you have a plan (#19) Thank you for your patience. |
No, buzzer can be quite memory hungry if the ebpf programs it generates are a bit big. I'd recommend increasing your vm's ram, if that doesn't solve the issue then it is a problem with some memory leak in buzzer itself
|
Hi, I prepared the environment as the buzzer and syzkaller docs describe, and it goes smoothly.
but when I run buzzer in the vm, it gets "Fuzzer run no 0" as bellows:
Besides, I can only see "404 page not found" on the webpage
http://localhost:8080/
.Is the buzzer running? what should I have seen in this step?
I don't know what happens, could you please give me some advice?
Thanks.
The text was updated successfully, but these errors were encountered: