Skip to content

Commit b7c1097

Browse files
authored
Update README.md
1 parent 3d5788f commit b7c1097

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ struct payload_args
3636

3737
Some examples (such as [pipe_pirate](./examples/pipe_pirate)) are firmware-dependent as they have offsets that are specific to that FW. For these types of projects, ensure the `PS5SDK_FW` environment variable is set. For example, if you're targeting 4.03, `PS5SDK_FW` should be set to `0x403`. Below are currently supported firmwares for kernel hacking:
3838

39+
- 3.00 (`0x300`)
40+
- 3.20 (`0x320`)
41+
- 3.21 (`0x321`)
42+
- 4.02 (`0x402`)
3943
- 4.03 (`0x403`)
44+
- 4.50 (`0x450`)
45+
- 4.51 (`0x451`)
4046

4147
Offsets that are common such as ones used by examples are in [/ps5/kernel_offsets](./ps5/kernel_offsets).
4248

0 commit comments

Comments
 (0)