bd-jb/payload/payload.c

8 lines
171 B
C
Raw Normal View History

2021-10-24 11:23:44 -04:00
#include <stddef.h>
#include <stdint.h>
#include <sys/types.h>
int payload(int (* sceKernelDlsym)(int handle, const char *symbol, uintptr_t *address)) {
return 1337;
}