2025-06-22 13:48:30 -03:00
|
|
|
#ifdef RYUJINCORE_EXPORTS
|
|
|
|
|
#define RYUJINCORE_API __declspec(dllexport)
|
|
|
|
|
#else
|
|
|
|
|
#define RYUJINCORE_API __declspec(dllimport)
|
|
|
|
|
#endif
|
|
|
|
|
#include "Ryujin/Ryujin.hh"
|
|
|
|
|
|
2025-07-10 20:55:39 -03:00
|
|
|
RYUJINCORE_API BOOL __stdcall RunRyujinCore(const char* strInputFilePath, const char* strPdbFilePath, const char* strOutputFilePath, RyujinObfuscatorConfig &config);
|