#pragma once // Copyright (C) Force67 2019 #include namespace crypto { #if 0 // convert SELF to elf and return new image in out bool convert_self(utl::File&, std::vector &&out); bool convert_self(utl::File&, const std::wstring& dest); #endif }