|
muteki
|
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. | |
Basic info on a loaded applet.
| 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.