Source position: jwanative.pas line 1551
type _SECTION_IMAGE_INFORMATION = record |
EntryPoint: PVOID; |
Unknown1: ULONG; |
StackReserve: ULONG; |
StackCommit: ULONG; |
Subsystem: ULONG; |
MinorSubsystemVersion: USHORT; |
MajorSubsystemVersion: USHORT; |
Unknown2: ULONG; |
Characteristics: ULONG; |
ImageNumber: USHORT; |
Executable: ByteBool; |
Unknown3: UCHAR; |
Unknown4: array [0..2] of ULONG; |
end; |