HexFiend
Public Attributes | List of all members
HFEditInstruction_t Struct Reference

A struct that represents a single instruction in an HFByteArrayEditScript. More...

Public Attributes

HFRange src
 
HFRange dst
 

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

§ src

HFRange HFEditInstruction_t::src

Source range, to be replaced

§ dst

HFRange HFEditInstruction_t::dst

Destination range, that does the replacing


The documentation for this struct was generated from the following file: