HexFiend
|
A struct that represents a single instruction in an HFByteArrayEditScript. More...
Public Attributes | |
HFRange | src |
HFRange | dst |
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.
HFRange HFEditInstruction_t::src |
Source range, to be replaced
HFRange HFEditInstruction_t::dst |
Destination range, that does the replacing