C# 클래스 CSPspEmu.Hle.Formats.EncryptedPrx.HeaderStruct

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
CompressedOffset uint
CompressedSize int
Magic uint
Tag uint
boot_entry uint
bss_size uint
comp_mod_attr ushort
dec_mode byte
devkit_version uint
elf_size uint
mod_attr ushort
mod_ver_hi byte
mod_ver_lo byte
mod_version byte
modinfo_offset uint
nsegments byte
overlap_size ushort
pad byte
psp_size uint
unk1 uint
unk2 uint

프로퍼티 상세

CompressedOffset 공개적으로 프로퍼티

00B4 - Offset of the compressed chunk in memory?
public uint CompressedOffset
리턴 uint

CompressedSize 공개적으로 프로퍼티

00B0 - Size of the compressed chunk (contents of the file excluding this header)
public int CompressedSize
리턴 int

Magic 공개적으로 프로퍼티

0000 -
public uint Magic
리턴 uint

Tag 공개적으로 프로퍼티

00D0 -
public uint Tag
리턴 uint

boot_entry 공개적으로 프로퍼티

0030 -
public uint boot_entry
리턴 uint

bss_size 공개적으로 프로퍼티

0038 -
public uint bss_size
리턴 uint

comp_mod_attr 공개적으로 프로퍼티

0006 -
public ushort comp_mod_attr
리턴 ushort

dec_mode 공개적으로 프로퍼티

007C -
public byte dec_mode
리턴 byte

devkit_version 공개적으로 프로퍼티

0078 -
public uint devkit_version
리턴 uint

elf_size 공개적으로 프로퍼티

0028 -
public uint elf_size
리턴 uint

mod_attr 공개적으로 프로퍼티

0004 -
public ushort mod_attr
리턴 ushort

mod_ver_hi 공개적으로 프로퍼티

0009 -
public byte mod_ver_hi
리턴 byte

mod_ver_lo 공개적으로 프로퍼티

0008 -
public byte mod_ver_lo
리턴 byte

mod_version 공개적으로 프로퍼티

0026 -
public byte mod_version
리턴 byte

modinfo_offset 공개적으로 프로퍼티

0034 -
public uint modinfo_offset
리턴 uint

nsegments 공개적으로 프로퍼티

0027 -
public byte nsegments
리턴 byte

overlap_size 공개적으로 프로퍼티

007E -
public ushort overlap_size
리턴 ushort

pad 공개적으로 프로퍼티

007D -
public byte pad
리턴 byte

psp_size 공개적으로 프로퍼티

002C -
public uint psp_size
리턴 uint

unk1 공개적으로 프로퍼티

00B8 -
public uint unk1
리턴 uint

unk2 공개적으로 프로퍼티

00BC
public uint unk2
리턴 uint