diff options
Diffstat (limited to 'src/include/pe_tools.h')
| -rw-r--r-- | src/include/pe_tools.h | 7 |
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__ |