Skip to content
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

Can libfuzzer work on windows 10 + Arm64 platform? #25

Open
guilanl opened this issue Jan 8, 2020 · 2 comments
Open

Can libfuzzer work on windows 10 + Arm64 platform? #25

guilanl opened this issue Jan 8, 2020 · 2 comments

Comments

@guilanl
Copy link

guilanl commented Jan 8, 2020

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?

@kcc
Copy link
Contributor

kcc commented Jan 8, 2020

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?

@guilanl
Copy link
Author

guilanl commented Jan 15, 2020

Yes, I want to fuzz IOCTL interface in kernel driver.
I also don't know how to get coverage feedback.
Seems libfuzzer does not support that now.

Thanks for answering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants