uOFW
Reverse engineered PSP kernel 6.60.
|
#include <loadcore.h>
Data Fields | |
u32 | returnAddr |
u32 | syscall |
This structure represents a function stub belonging to different privilege-level linked libraries, i.e. a kernel resident library linked with a user stub library.
u32 Syscall::returnAddr |
The return instruction from the stub. Typically a JR $ra command.
u32 Syscall::syscall |
The system call exception used to call the imported function.