Ritvik

Results 6 comments of Ritvik

I tried setting the c and cxxflags to `-emit-llvm` this time, build succeeded but it ended up building the 64 bit version. ``` ~/Desktop/Files/test/symcc/build/SymRuntime32-prefix/src/SymRuntime32-build$ file libSymRuntime.so libSymRuntime.so: ELF 64-bit LSB...

@sebastianpoeplau I would like to investigate this further and either find a simple workaround or fix this issue for 32 bit builds. Is it possible for you to maybe hop...

Thanks alot, I was able to build the project without any issues.

Would it be feasible to run Safirefuzz on an x86 machine while delegating target emulation to QEMU? Can I set up all ARM libraries on the x86 host and have...

Hi, I was able to get my hands on a RPI 4 and setup SafireFuzz there, and tried to fuzz some firmware binaries I had, and safirefuzz immediately crashed with...

You were right indeed, I needed to expand the NVIC region of my harness. After doing that, I was able to run the fuzzer without any crashes but it seems...