aboutsummaryrefslogtreecommitdiff
path: root/Pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'Pattern.h')
-rw-r--r--Pattern.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Pattern.h b/Pattern.h
new file mode 100644
index 0000000..50aa721
--- /dev/null
+++ b/Pattern.h
@@ -0,0 +1,9 @@
+#pragma once
+#include <cstdint>
+
+
+class Pattern
+{
+public:
+ static uint64_t FindSignature(const char* szModule, const char* szSignature);
+}; \ No newline at end of file