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"
![Raw_data](https://private-user-images.githubusercontent.com/144205188/296952710-8abd7b84-67ec-4698-abeb-51c56fa0451f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODQ2OTMsIm5iZiI6MTczODg4NDM5MywicGF0aCI6Ii8xNDQyMDUxODgvMjk2OTUyNzEwLThhYmQ3Yjg0LTY3ZWMtNDY5OC1hYmViLTUxYzU2ZmEwNDUxZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQyMzI2MzNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04YzMwYmM1YjQxMGM0N2ZjZjQxMGRjNmUzOTMxNGViMDdhZWZkZmJmNDcxMDcxM2U3MGNjNmZkMTg3NjA4MDVhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ugiEpxXu8sS-95iuXZP14Yy-e1NmGNG_R2QE9vpkYPw)
input data? Do we have a sample code of the compiled binary?
Beta Was this translation helpful? Give feedback.
All reactions