DisassemblerOptions.DataRegions Property
Definition
Ranges known to contain data rather than code. Disassembly never traces into them and their contents are output as DEFB rows.
public IReadOnlyList<AddressRange> DataRegions { get; init; }
Ranges known to contain data rather than code. Disassembly never traces into them and their contents are output as DEFB rows.
public IReadOnlyList<AddressRange> DataRegions { get; init; }