unpack PSP eboot.pbp to ISO file

This commit is contained in:
Martins Mozeiko
2017-11-05 23:10:13 -08:00
parent 4e84a279a8
commit 8cc1d686a2
8 changed files with 1000 additions and 183 deletions
+4
View File
@@ -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);