Packer.StartAddress Property

TegoOS

PackerStartAddress Property
Start word address of data. Note that this will be word zero of the word array generated by the packer.

Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public int StartAddress { get; }
Public ReadOnly Property StartAddress As Integer
	Get
public:
property int StartAddress {
	int get ();
}
member StartAddress : int with get

Property Value

Type: Int32
See Also