Kernel Patches: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Created page with "3.50 MoDz kit boot.net run GTA5")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
3.50 MoDz kit boot.net run GTA5
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 17: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.