ps4delta/code/delta/core/crypto/UnSELF.h
2020-01-19 00:01:14 +01:00

20 lines
No EOL
419 B
C++

#pragma once
/*
* PS4Delta : PS4 emulation and research project
*
* Copyright 2019-2020 Force67.
* For information regarding licensing see LICENSE
* in the root of the source tree.
*/
#include <utl/file.h>
namespace crypto {
#if 0
// convert SELF to elf and return new image in out
bool convert_self(utl::File&, std::vector<uint8_t> &&out);
bool convert_self(utl::File&, const std::wstring& dest);
#endif
}