Skip to content

Releases: McCaulay/mast1c0re-ps2-network-elf-loader

v0.1.51 - PS4 FW 10.71 Support

10 Aug 20:05
Compare
Choose a tag to compare
  • Added support for PS4 Firmware 10.71 to ELF loader and sample projects

v0.1.5 - PS4 FW 10.70 Support

22 Jul 17:28
Compare
Choose a tag to compare
  • Added support for PS4 Firmware 10.70 to ELF loader and sample projects

v0.1.4 - PS4 FW 10.50 Support

08 Mar 21:17
Compare
Choose a tag to compare
Pre-release
  • 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 - Raw TCP Transfer Support

28 Feb 20:18
Compare
Choose a tag to compare
Pre-release

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 - Reliability improvements

22 Feb 20:53
Compare
Choose a tag to compare
Pre-release

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 - PS4 FW v10.01 Support

21 Feb 22:34
Compare
Choose a tag to compare
Pre-release

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 - Initial Release

20 Feb 22:37
Compare
Choose a tag to compare
Pre-release

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