HFEditInstruction_t Struct Reference
A struct that represents a single instruction in an
HFByteArrayEditScript.
More...
List of all members.
Detailed Description
Replace the bytes in the source in range 'src' with bytes from the destination in range 'dst'. Note that if src is empty, then it is a pure insertion at src.location; if dst is empty it is a pure deletion of src. If neither is empty, it is replacing some bytes with others. It should never happen that both are empty.
Member Data Documentation
Source range, to be replaced
Destination range, that does the replacing
The documentation for this struct was generated from the following file: