Mast1c0re Ps2 Elf Loader Versions Save

Okage: Shadow King game save which loads PS2 ELF files over the network that were built with mast1c0re.

v0.1.51

10 months ago
  • Added support for PS4 Firmware 10.71 to ELF loader and sample projects

v0.1.5

10 months ago
  • Added support for PS4 Firmware 10.70 to ELF loader and sample projects

v0.1.4

1 year ago
  • Added support for PS4 Firmware 10.50 to ELF loader and sample projects
  • Re-built mast1c0re-file-loader exe as a directory to reduce anti-virus false positives

v0.1.3

1 year ago

This release adds support for sending ELF files over a TCP socket with no additional metadata header. Therefore, you can send files directly using TCP transfer tools such as netcat:

cat ps-notification-PS4-5-05.elf | nc -w 1 <ip> 9045

The previous file loader scripts / exe still also work.

Additionally, this update allows you to send multiple ELF files without needing to restart the game. Except for ELF files which run indefinitely (such as the game loader).

v0.1.2

1 year ago

This release contains a significant reliability improvement by reducing the number of out-of-bound writes that occur during the emulator escape. See the mast1c0re commit Reduce OOB writes to improve reliability.

Additionally I changed the mast1c0re-file-loader.exe built tooling so it no longer flags with false positives as a virus. (Virus Total)

v0.1.1

1 year ago

Changed direct syscall dependency to use libkernel function wrappers to support PS4 FW 10.01

Supported Systems & Firmware Versions

  • PS4
    • 5.05
    • 6.72
    • 9.00
    • 10.01
  • PS5
    • 6.50

v0.1.0

1 year ago

mast1c0re - PS2 ELF Loader

Loads PS2 ELF files built with mast1c0re. See the samples/ directory for example ELF projects.

Supported Systems & Firmware Versions

  • PS4
    • 5.05
    • 6.72
    • 9.00
  • PS5
    • 6.50