Skip to content

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; }

View source

Property Value

IReadOnlyList<AddressRange>