UVLoader
Userland Vita Loader
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Macros | Functions
uvloader.h File Reference

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.
 

Detailed Description

Userland Vita Loader startup.