-
Notifications
You must be signed in to change notification settings - Fork 352
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
Port to ARM #58
Comments
It doesn't make too much sense to do so. ARM is a different architecture entirely from X86 which this is meant for. |
i feel the concept of tunneling can be applied cross architecture though |
Is there any fuzzer for ARM? |
this is the only research ive seen on this |
What would be basically needed to be changed to support ARM ( e.g. Raspberry Pi)? different instruction sets/prefix-lengths? |
I have same question here. |
Hey, I've made a processor fuzzer for Arm using an approach similar to this project. It's available here: https://github.com/frestr/armshaker |
Just want to understand if you have thought of porting this to ARM or not.
The text was updated successfully, but these errors were encountered: