-
Notifications
You must be signed in to change notification settings - Fork 25
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
Errors and exceptions with more and bigger file in seeds #10
Comments
I think this is process/frida being overwhelmed (on emulator with PC) seem to be less, on the phone it is even more. When I added slowdown in the communication loop (sleep), it does not happen, but slows down the fuzzing significantly. |
Played around with timeout and adjusted allocation for payload Line 47 in 8f3f1ff
Seems way more stable now. The only still occurring error is (once in a while):
Corpus is increasing. Let me know if you have other ideas how to optimize it for Android platform (Emulator and/or Mobile) Current speed is on Samsung S7 ca 10 fcps and Intel i5 16 fcps in Emulator. |
Actually, the above error is causing false crashes ... SIGSEGVs, this seem to be Frida crash not the target. Any ideas how to suppress it? Since it is filling up the disk with fake crashes Opened also issue by Frida on this: |
Actually patched it not to SIGSEGV when receiving such an error from Frida ( Anyway still bumped why with some seeds this error comes with some not. Seem to run now more stable |
Can you maybe run it in verbose mode? Then the output might include more information. Also, how big is your file? I never really ran it with large files, maybe that's what‘s causing frida to fail. But that's really just speculation... |
Oh, and if the device is an Android phone, shouldn't you be able to use the USB device mode ( |
Interesting solution, where exactly you put the error checking ? |
Somehow when I run the fuzzer with one file in seed (input directory) with this size
-rw-r--r-- 1 root root 1267 Apr 28 13:42 small_movie.mp4
It works rather smoothly:
With more files or bigger file, it fuzzes I see it in the process output but get those:
Any ideas how to debug/fix it?
Thanks,
The text was updated successfully, but these errors were encountered: