Experimental PlayStation 4 emulator.
Go to file
Alexandro Sanchez Bach 4863dfa122
Update CREDITS.md
Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz>
2020-05-21 13:34:30 +02:00
.github Updated docs and GitHub resources 2019-06-03 03:35:26 +02:00
bin env/run: add cdrom for bdvd and disable clflush 2019-12-28 03:10:06 -06:00
docs Added Vulkan dependency 2020-05-19 15:04:33 +02:00
resources/boot/grub env/run: add cdrom for bdvd and disable clflush 2019-12-28 03:10:06 -06:00
src/orbital Ported UI style from orbital-qemu 2020-05-21 13:17:52 +02:00
tests Updated build scripts/manuals 2019-03-12 18:41:40 +01:00
tools Create generate-blobs.py 2019-06-30 17:08:23 +02:00
.editorconfig Released system dumper tool 2018-03-20 15:23:52 +01:00
.gitignore Added Orbis analysis paths 2020-05-18 14:11:37 +02:00
build.sh Removed orbital-qemu build scripts 2020-05-18 12:28:33 +02:00
CMakeLists.txt Added imgui dependency 2020-05-21 13:13:09 +02:00
CONTRIBUTE.md Minor tweaks to docs 2019-01-04 02:28:52 +01:00
CREDITS.md Update CREDITS.md 2020-05-21 13:34:30 +02:00
index.html New dumper protocol for transferring blobs 2018-04-03 01:14:35 +02:00
LICENSE Initial commit 2017-10-28 18:55:52 +02:00
README.md Small clarification 2019-06-03 03:39:43 +02:00

Orbital

Virtualization-based PlayStation 4 emulator.

Status

The current state of Orbital at booting decrypted kernels can be followed in the issue tracker: both PS4 4.55 and PS4 5.00 have been tested. You can also get occasional updates and news via Twitter. Support this project at Patreon.

Future plans for the emulator can be found at the Roadmap page.

FAQ

How does Orbital work without having SAMU keys?

Decryption with SAMU is "emulated" by hashing encrypted input blobs and returning decrypted blobs previously obtained from the actual console. No keys were dumped, no keys will be dumped. More importantly: we don't need them, so this project does not target SAMU.

My kernel dump crashes shortly after booting. Why?

Kernel ELFs generated from memory dumps will not work since writable segments might have been modified into a state where booting is not possible. Please generate proper binaries offline by decrypting ELF segments with SAMU on your actual console, not by dumping memory.

Where can I get Orbital?

This project is not ready for end users. No binaries are provided, so you must build each of the three components (BIOS, GRUB, QEMU) yourself. Furthermore, configuring the emulator to do something will be hard, as you will need to dump and decrypt the entire PS4 filesystem and sflash, including the kernel. You might find hints on how to do this in the few scattered .sh files in this repo. Of course, in the future, I'll make this emulator more user-friendly.

Requirements

  • System: Windows (7+), Linux (4.4+), macOS (10.10+).
  • Processor: x86-64 CPU with AVX/BMI1 and virtualization extensions.
  • Memory: 12 GB RAM.
  • Graphics: GPU with software support for Vulkan 1.0+.

Acknowledgements

Thanks to all people who have directly or indirectly helped in making this possible. In alphabetical order: flatz, idc, m0rph3us1987, masterzorag, wildcard, x41, zecoxao, zer0xff, z80. Also many anonymous folks and others who might have slipped my mind. You know who you are!