mirror of
https://github.com/TheOfficialFloW/bd-jb
synced 2025-01-09 12:38:00 -05:00
8 lines
171 B
C
8 lines
171 B
C
#include <stddef.h>
|
|
#include <stdint.h>
|
|
#include <sys/types.h>
|
|
|
|
int payload(int (* sceKernelDlsym)(int handle, const char *symbol, uintptr_t *address)) {
|
|
return 1337;
|
|
}
|