muteki
Loading...
Searching...
No Matches
loader_applet_info_s Struct Reference

Basic info on a loaded applet. More...

#include <loader.h>

Data Fields

unsigned short rom_magic
 Magic bytes of ROM spec.
 
unsigned short unused_0x2
 Unknown, seems unused.
 
unsigned short rom_type
 Type field inside the ROM spec.
 
unsigned short unused_0x4
 Unknown, seems unused.
 
unsigned int exe_checksum
 Checksum of the executable file.
 
size_t exe_raw_size
 File size of the executable.
 
unsigned char unused_0x10 [0x74]
 Unknown, seems unused.
 

Detailed Description

Basic info on a loaded applet.

Field Documentation

◆ exe_checksum

unsigned int loader_applet_info_s::exe_checksum

Checksum of the executable file.

On Besta RTOS Arm, this seems to be the checksum of the PE file.


The documentation for this struct was generated from the following file: