feat: Added basic windows process memory provider

This commit is contained in:
WerWolv
2023-01-01 02:29:38 +01:00
parent 4cd6646cca
commit 90df4413c3
12 changed files with 257 additions and 7 deletions
@@ -16,6 +16,7 @@ namespace hex::plugin::windows {
void addFooterItems();
void addTitleBarButtons();
void registerSettings();
void registerProviders();
}
static void detectSystemTheme() {
@@ -68,6 +69,7 @@ IMHEX_PLUGIN_SETUP("Windows", "WerWolv", "Windows-only features") {
addFooterItems();
addTitleBarButtons();
registerSettings();
registerProviders();
detectSystemTheme();
checkBorderlessWindowOverride();