You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to setup fuzzing on one of the firmware binaries that uses freeRTOS. I have referred to the original application's source linker scripts and ensured that all sections are mapped in their respective memory regions.
The firmware seems to crash before reading any input.
The first thing that would be interesting to add to the command line while replaying this input is the -v flag to see the exit reason and -t to see function names. This may provide additional info on what happened.
The issue
I am trying to setup fuzzing on one of the firmware binaries that uses freeRTOS. I have referred to the original application's source linker scripts and ensured that all sections are mapped in their respective memory regions.
Running
fuzzware
's tracing mode I have -This is my config.yml -
Feels like I'm missing something very trivial here, do let me know if there's anything obvious.
The text was updated successfully, but these errors were encountered: