Regarding Fuzzing using AFL #2524
aswintr1998
started this conversation in
General
Replies: 2 comments 3 replies
-
Those are raw binary files so you'll need a hex editor to view them. https://hexed.it/ is an online one. Notepad++ has a hex editor plugin as well. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a newbie here. Here I have seen the instruction to perform fuzzing of libspdm library using AFL. I have seen a bash script "fuzzing_AFL.sh" which is executing the same. The input to the fuzzer was the ".raw" formatted files in the "Seeds" folder. Currently I am not able to open the ".raw" input files. How can I open and analyze the ".raw"
input data? Do we have a sample code of the compiled binary?
Beta Was this translation helpful? Give feedback.
All reactions