-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Alien isolation hash update
- Loading branch information
Showing
6 changed files
with
100 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
; CUSA00362 | ||
; PS4 Alien: Isolation | ||
; by bucanero | ||
|
||
:THEFILE | ||
|
||
; cheat codes go here | ||
|
||
[Update SHA1 XOR64 for THEFILE (Required)] | ||
set [off1]:read(0x18, 4) | ||
set [off1]:endian_swap | ||
set [off2]:read(0x1C, 4) | ||
set [off2]:endian_swap | ||
set pointer:[off1]+[off2]-1 | ||
set range:0x20,pointer | ||
set [csum]:sha1_xor64 | ||
write at 0x08:[csum] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
; CUSA00363 | ||
; PS4 Alien: Isolation | ||
; by bucanero | ||
|
||
:THEFILE | ||
|
||
; cheat codes go here | ||
|
||
[Update SHA1 XOR64 for THEFILE (Required)] | ||
set [off1]:read(0x18, 4) | ||
set [off1]:endian_swap | ||
set [off2]:read(0x1C, 4) | ||
set [off2]:endian_swap | ||
set pointer:[off1]+[off2]-1 | ||
set range:0x20,pointer | ||
set [csum]:sha1_xor64 | ||
write at 0x08:[csum] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
; CUSA07823 | ||
; PS4 Borderlands 3 | ||
; by bucanero | ||
|
||
:profile | ||
|
||
[Decrypt profile (Required)] | ||
search "BP_DefaultOakProfile_C" | ||
set [size]:read(pointer+0x17,4) | ||
set [size]:endian_swap | ||
set [size]:[size]+0x1A | ||
set range:pointer+0x1B,pointer+[size] | ||
;use profile xor keys | ||
DECRYPT borderlands3(0) | ||
|
||
:* | ||
|
||
[Decrypt save-game] | ||
search "OakSaveGame" | ||
set [size]:read(pointer+0x0C,4) | ||
set [size]:endian_swap | ||
set [size]:[size]+0x0F | ||
set range:pointer+0x10,pointer+[size] | ||
;use save-game xor keys | ||
DECRYPT borderlands3(1) | ||
|
||
; | ||
; cheat codes go here | ||
; | ||
|
||
:profile | ||
|
||
[Encrypt profile (Required)] | ||
search "BP_DefaultOakProfile_C" | ||
set [size]:read(pointer+0x17,4) | ||
set [size]:endian_swap | ||
set [size]:[size]+0x1A | ||
set range:pointer+0x1B,pointer+[size] | ||
ENCRYPT borderlands3(0) | ||
|
||
:* | ||
|
||
[Encrypt save-game] | ||
search "OakSaveGame" | ||
set [size]:read(pointer+0x0C,4) | ||
set [size]:endian_swap | ||
set [size]:[size]+0x0F | ||
set range:pointer+0x10,pointer+[size] | ||
ENCRYPT borderlands3(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters