From f9bc3c9d1834cb8bd5f872b749b057c33e8b0102 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Wed, 24 Aug 2022 00:32:31 +0100 Subject: Adjust folder structure (#242) * Adjust folder structure * change launcher directory name --- NorthstarDLL/sigscanning.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 NorthstarDLL/sigscanning.h (limited to 'NorthstarDLL/sigscanning.h') diff --git a/NorthstarDLL/sigscanning.h b/NorthstarDLL/sigscanning.h new file mode 100644 index 00000000..56979fbc --- /dev/null +++ b/NorthstarDLL/sigscanning.h @@ -0,0 +1,7 @@ +#pragma once +#include + +// note: sigscanning is only really intended to be used for resolving stuff like shared function definitions +// we mostly use raw function addresses for stuff + +void* FindSignature(std::string dllName, const char* sig, const char* mask); \ No newline at end of file -- cgit v1.2.3