in reply to Re^2: Storing unordered data from file in memory
in thread Storing unordered data from file in memory
Untested: But I think the data is hex-ascii. So I think that the unpack command should use '(H2)*' instead of '(A2)*'.
Only if you want it in binary. For my purposes, I prefer to keep it in hex until I get one of two specific addresses and then convert their data. This allows me to view the data without corrupting my terminal settings.
|
|---|