-
Notifications
You must be signed in to change notification settings - Fork 536
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
How to fuzz execution with GUI? #41
Comments
Hi, |
Thx for reply:),I saw this discussion yesterday ,but I'm not very clear about it. When I want to fuzz a GUI, should I compile a program myself that contains calls to the GUI function which I want to fuzz and then manually exit the process. Then after compile ,I can use winafl begin fuzzing? |
If there is a target function that satisfies all of the conditions from the previous post and if that function is reachable without user interaction, then there is no need to compile anything and you can use WinAFL as is. |
Thank u very much, and I will try it later! :) |
Hello ,I can use winafl to fuzz execution in cmd, and I try to fuzz execution with GUI,but it can't work.
Is it possible to fuzz execution with GUI ? just like some media player(VUPlayer,RealPlayer,and etc.), Document reader( adobe reader, office and etc.), Photo viewer(ACDsee and etc.),and Could you give me some advice how to use winal to fuzz them?
Thank u very much
The text was updated successfully, but these errors were encountered: