|
UVLoader
Userland Vita Loader
|
Userland Vita Loader startup. More...
Macros | |
| #define | START_SECTION __attribute__ ((section (".text.start"))) |
| #define | EXIT_NID 0x826BBBAF |
| NID of C exit() call. | |
UVLoader version information | |
| #define | UVL_VER_MAJOR 0 |
| Major version. | |
| #define | UVL_VER_MINOR 1 |
| Minor version. | |
| #define | UVL_VER_REV 0 |
| Revision. | |
Functions | |
| int START_SECTION | uvl_start () |
| Starting point from exploit. | |
| int | uvl_entry () |
| Entry point of UVLoader. | |
| int | uvl_exit (int status) |
| Exiting point for loaded application. | |
Userland Vita Loader startup.
1.8.2