about summary refs log tree commit diff stats
path: root/src/include/pe_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pe_tools.h')
-rw-r--r--src/include/pe_tools.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/pe_tools.h b/src/include/pe_tools.h
new file mode 100644
index 00000000..54c3d42e
--- /dev/null
+++ b/src/include/pe_tools.h
@@ -0,0 +1,7 @@
+#ifndef __PE_TOOLS_H__
+#define __PE_TOOLS_H__
+
+
+void ParseVolatileMetadata(char* filename, void* addr);
+
+#endif // __PE_TOOLS_H__