mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-18 12:55:19 +00:00
PPU Analyzer: Firmware/import caller analysis and KLIC finding pass
This commit is contained in:
parent
e97bfecb7f
commit
207ee59acd
14 changed files with 380 additions and 96 deletions
|
|
@ -96,7 +96,7 @@ usz decrypt_binaries_t::decrypt(std::string_view klic_input)
|
|||
case "SCE\0"_u32:
|
||||
{
|
||||
// First KLIC is no KLIC
|
||||
elf_file = decrypt_self(std::move(elf_file), key_it != 0 ? reinterpret_cast<u8*>(&m_klics[key_it]) : nullptr);
|
||||
elf_file = decrypt_self(elf_file, key_it != 0 ? reinterpret_cast<u8*>(&m_klics[key_it]) : nullptr);
|
||||
|
||||
if (!elf_file)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue