We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello alltogether,
for me a binary-file (.hex or .bin) looks like there is no structure in it.
Do you know if it could be possible, to mark all my binarys, so that i can recognize? E. g. with a unique string i could grep or ? Or let's say line xyz start always with with same chars.
Do I have the opportunity to mark all my binaries like that? Is it actually posible?
I develop with ARMClang
Greets
Again, .hex is not a binary file!
It is the binary encoded into a text format - so you are not going to see your "strings" without decoding it back to the binary.
There are plenty of references online which describe the Intel Hex format; eg,
http://www.keil.com/support/docs/1584/
https://en.wikipedia.org/wiki/Intel_HEX
As all ready noted, you do seem to be making a lot of unnecessary work for yourself here!
I would suggest that you just get on and start writing some programs, loading them, and running them.
Once you've got to grips with these basics, then you can start worrying about fancy details like this!
Do you have teachers / supervisors / colleagues / co-workers to help you?
Or start here:
http://www2.keil.com/mdk5/learn
http://www.keil.com/books/