This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <pthread/pthread.h> | |
| #include <mach/mach.h> | |
| struct ool_msg { | |
| mach_msg_header_t hdr; | |
| mach_msg_body_t body; | |
| mach_msg_ool_ports_descriptor_t ool_ports[]; | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Ported to 9.00 by github.com/LemonHaze420 | |
| #include "ps4.h" | |
| #define KERN_XFAST_SYSCALL 0x1C0 | |
| #define KERN_PRISON_0 0x0111F870 | |
| #define KERN_ROOTVNODE 0x021EFF20 | |
| /* | |
| flagged updater = qa_flags[0] & 0x1 | |
| force update = qa_flags[0] & 0x2 |