sandsifter
sandsifter copied to clipboard
Port to ARM
Just want to understand if you have thought of porting this to ARM or not.
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 https://alastairreid.github.io/papers/oopsla2017-whoguardstheguards.pdf
What would be basically needed to be changed to support ARM ( e.g. Raspberry Pi)? different instruction sets/prefix-lengths?
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. I know AFL can run on Raspberry Pi, but can only fuzz binaries compiled by afl-gcc, means you must have source code.
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