mirror of
https://github.com/Force67/ps4delta.git
synced 2025-04-02 11:01:45 -04:00
16 lines
No EOL
273 B
C++
16 lines
No EOL
273 B
C++
#pragma once
|
|
|
|
// Copyright (C) Force67 2019
|
|
|
|
|
|
#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
|
|
} |