Replies: 2 comments 4 replies
-
I have never tried running Jazzer on ARM. While Jazzer does use a small snippet of inline assembler (https://github.com/CodeIntelligenceTesting/jazzer/blob/main/driver/sanitizer_hooks_with_pc.cpp), porting it to ARM shouldn't be too difficult. The main challenge would be to figure out how to launch or attach to a JVM on Android. Is there an equivalent of Could you provide more details on how you have tried to build Jazzer for Android? |
Beta Was this translation helpful? Give feedback.
-
Instead of focusing too much on ARM, I decided to try to run jazzer on an x86_64 emulator. After building jazzer, I ran I tried looking for a config which could be disabling I previously tried doing |
Beta Was this translation helpful? Give feedback.
-
Hi, I recently tried to build and run Jazzer on a physical device but got an error saying:
I did
file
on it and got:It seems like it is built for x86 currently. Is there work in progress to build jazzer for ARM?
Or is there another way to run jazzer on ARM?
Beta Was this translation helpful? Give feedback.
All reactions