Skip to content

ChendoChap/jkpatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jailbreak Kernel Patches

Features

  • Jailbreak
  • Sandbox escape
  • Debug settings
  • Enable UART
  • RPC server
  • RPC client in C#

General Notes

Only for 5.05 Jailbroken PlayStation 4 consoles!

The main jkpatch payload utilizes a port of CTurt's payload sdk.

If you decide to edit the resolve code in the kernel payload, make sure you do not mess with...

void resolve(uint64_t kernbase);

... as it is called from crt0.s. And changing this will produce errors.

See other branches for other kernel support. I will support latest publically exploited firmware on main branch.

RPC Quickstart

See either Example.cs or look at the RPC documentation.

You can read/write memory, call functions, read/write kernel memory, and even load elfs.

Here is a cool example of an elf loaded into COD Ghosts (forge mod made by me!) You can download the source code to the forge mod here. Have fun!


Thank you to ChendoChap, idc, zecoxao, hitodama, osdev.org, and anyone else I forgot!

Join the PS4 Cheater discord chat! Help grow the game modding community... https://discord.gg/WXgmWFh

Twitter: @cloverleafswag3 psxhax: g991

golden <3

About

PlayStation 4 Jailbreak Kernel Patches

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.3%
  • C# 14.1%
  • Assembly 1.3%
  • Makefile 1.2%
  • Shell 0.1%