BootLogo

From PS5 Developer wiki
Jump to navigation Jump to search

The BootLogo on PS5 is displayed by SceSysAvControl of User module.

BootLogo image is bpe encoded with something filter and embedded in the SceSysAvControl.

A module is located in /SceSysAvControl.elf.

Also this BootLogo is just "PS Logo" image (256x256).

To found it[edit | edit source]

Finds the next sequence of bytes in a binary.

2A 80 80 07

However, this magic bytes is bpe encoded data and appears to have no header, so it may change in future FW.