Files

3 lines
91 B
C++
Raw Permalink Normal View History

#pragma once
2019-01-18 17:03:57 +01:00
bool dllToExe(const char* exe_file, const char* dll_file, const char* entry);