Skip to content

DisassemblyProject.DataRegions Property

Definition

Ranges known to contain data rather than code; output as DEFB rows and never traced into.

public IReadOnlyList<AddressRange> DataRegions { get; init; }

View source

Property Value

IReadOnlyList<AddressRange>