mirror of
https://github.com/mmozeiko/pkg2zip.git
synced 2026-09-03 03:29:59 +03:00
5 lines
220 B
C
5 lines
220 B
C
#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);
|