aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/sigscanning.h
blob: 1a0ce103450be1b742dc20f0ee46a919f606c1b0 (plain)
1
2
3
4
5
6
7
#pragma once
#include <string>

// 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);