Skip to content

Commit

Permalink
fixed offsets in 7.xx
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoStretch authored Jul 9, 2024
1 parent 9331648 commit 6731bdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kpayload/include/offsets/700-702.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define SBL_KEYMGR_KEY_RBTREE_addr 0x02698858
#define SBL_KEYMGR_BUF_VA_addr 0x0269C000
#define SBL_KEYMGR_BUF_GVA_addr 0x0269C808
#define FPU_CTX_addr 0x0267B640
#define FPU_CTX_addr 0x02688400
#define DIPSW_addr 0x022FED50
#define SYSENT_addr 0x01125660

Expand Down Expand Up @@ -128,4 +128,4 @@
// SceShellCore patches - disable screenshot block
#define disable_screenshot_patch 0x003826D2

#endif
#endif
2 changes: 1 addition & 1 deletion kpayload/include/offsets/750-751.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define SBL_KEYMGR_KEY_RBTREE_addr 0x02684248
#define SBL_KEYMGR_BUF_VA_addr 0x02688000
#define SBL_KEYMGR_BUF_GVA_addr 0x02688808
#define FPU_CTX_addr 0x02689740
#define FPU_CTX_addr 0x02680900
#define DIPSW_addr 0x02228950
#define SYSENT_addr 0x01122340

Expand Down
2 changes: 1 addition & 1 deletion kpayload/include/offsets/755.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define SBL_KEYMGR_KEY_RBTREE_addr 0x02684248
#define SBL_KEYMGR_BUF_VA_addr 0x02688000
#define SBL_KEYMGR_BUF_GVA_addr 0x02688808
#define FPU_CTX_addr 0x02689740
#define FPU_CTX_addr 0x02680900
#define DIPSW_addr 0x02228950
#define SYSENT_addr 0x01122340

Expand Down

0 comments on commit 6731bdf

Please sign in to comment.