C# Class CSPspEmu.Hle.Formats.ElfPsp.ModuleImport

显示文件 Open project: soywiz/cspspemu

Public Properties

Property Type Description
CallAddress uint
EntrySize byte
Flags ushort
FunctionCount ushort
Name uint
NidAddress uint
VariableCount byte
Version ushort

Property Details

CallAddress public_oe property

Address to the function table. (Write 16 bits. jump/syscall)
public uint CallAddress
return uint

EntrySize public_oe property

?
public byte EntrySize
return byte

Flags public_oe property

Flags for the module.
public ushort Flags
return ushort

FunctionCount public_oe property

Number of imported functions.
public ushort FunctionCount
return ushort

Name public_oe property

Address to a stringz with the module.
public uint Name
return uint

NidAddress public_oe property

Address to the nid pointer. (Read)
public uint NidAddress
return uint

VariableCount public_oe property

Number of imported variables.
public byte VariableCount
return byte

Version public_oe property

Version of the module?
public ushort Version
return ushort