Kernel Patches: Difference between revisions
Jump to navigation
Jump to search
(Blanked the page) |
No edit summary |
||
Line 1: | Line 1: | ||
There are many patches one might want to apply to the PS4 kernel. An extremely useful one is to enable UART output. Another popular one is to disable ASLR in order to make game cheat memory addresses static. | |||
* https://github.com/xemio/ps4debug/blob/master/installer/source/installer.c#L24 | |||
* https://github.com/OpenOrbis/oni-framework/tree/master/src/oni/boot/patches |
Latest revision as of 16:35, 1 November 2018
There are many patches one might want to apply to the PS4 kernel. An extremely useful one is to enable UART output. Another popular one is to disable ASLR in order to make game cheat memory addresses static.