You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use libFuzzer on x86_64 Windows, and I've tried libFuzzer on Arm64 Linux a few times.
But I don't know if anyone tried Arm64 Windows.
If you are going to "feed the input into ioctl buffer", do you mean that you want to fuzz system calls?
How are you going to provide the coverage feedback to libFuzzer?
I use libfuzzer on Windows Arm64 ,my exe can not run. VS2022 only support x86/x64 libFuzzer, arm64 libFuzzer is not appearing.No tool supports detecting Windows arm64 programs.I couldn't find any tool that supports detecting or fuzz Windows arm64 programs.
My Fuzzing target is Windows kernel driver IOCTL interface.
My platform is windows 10 + Arm64.
My assumption is that I could use libfuzzer to generate input and feed the input into ioctl buffer.
Is that possible?
The text was updated successfully, but these errors were encountered: