This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello All,
When using -image option in Hex55, how can it fill random values?
I could not see any reference for it.
If there is no option,
How can I workaround it?
Is there a value which is "illegal" that I can detect on post-process?
Ran
There is no option in hex55 to fill with random values.
You can use the --fill option to fill with a single value.
There is no single value that is "illegal" in all contexts. The value that you would use for illegal depends not only on whether the section is program code or data, but also on the nature of your program. Just pick your favorite easy-to-spot value.