Move PluginArchitecture to common

Along with the accompanying function to parse a PE32 file. We're going
to have to define some common tags for different plugin types.
This commit is contained in:
Robbert van der Helm
2020-11-30 21:24:41 +01:00
parent 687696ec6b
commit 7fc7a51a46
6 changed files with 100 additions and 69 deletions
+1
View File
@@ -27,6 +27,7 @@
#include "../common/communication/common.h"
#include "../common/logging.h"
#include "../common/plugins.h"
#include "utils.h"
/**