Skip to content

Commit

Permalink
Added 10.50 / 10.70 / 10.71 support
Browse files Browse the repository at this point in the history
  • Loading branch information
SiSTR0 committed Sep 5, 2024
1 parent cc1f9a4 commit a0c4ba2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,9 @@ Supported versions are:
- FW 9.00
- FW 9.60
- FW 10.00 / 10.01
- FW 10.50 / 10.70 / 10.71
- FW 11.00

Next versions are:
- FW 10.50
- TBD
- FW 9.03
- TBD
9 changes: 9 additions & 0 deletions stage2/offsets.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,15 @@
#define kdlsym_addr_copyinstr_patch2 0xffffffff822d7a6f
#define kdlsym_addr_copyinstr_patch3 0xffffffff822d7aa0

#define kdlsym_addr_kernel_map 0xffffffff844a9250
#define kdlsym_addr_kmem_alloc 0xffffffff82628960
#define kdlsym_addr_kmem_free 0xffffffff82628b30

#define kdlsym_addr_sceKernelSendNotificationRequest 0xffffffff823d4950
#define kdlsym_addr_vsprintf 0xffffffff82651150
#define kdlsym_addr_snprintf 0xffffffff82651180
#define kdlsym_addr_strlen 0xffffffff82360da0


#elif FIRMWARE == 1100 // FW 11.00

Expand Down

0 comments on commit a0c4ba2

Please sign in to comment.