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; }
Ranges known to contain data rather than code; output as DEFB rows and never traced into.
public IReadOnlyList<AddressRange> DataRegions { get; init; }