mirror of
https://github.com/mmozeiko/pkg2zip.git
synced 2026-09-03 03:29:59 +03:00
unpack PSP eboot.pbp to ISO file
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#include "pkg2zip_aes.h"
|
||||
#include "pkg2zip_sys.h"
|
||||
|
||||
void unpack_psp_eboot(const char* path, const aes128_key* pkg_key, const uint8_t* pkg_iv, sys_file* pkg, uint64_t enc_offset, uint64_t item_offset, uint64_t item_size);
|
||||
Reference in New Issue
Block a user