idac: improved compatibility with newer versions

This commit is contained in:
2024-06-30 14:23:20 +02:00
parent 050951e56f
commit 965126c68a
7 changed files with 310 additions and 3 deletions

9
idachook/indrun.h Normal file
View File

@ -0,0 +1,9 @@
#pragma once
#include <windows.h>
struct indrun_config {
bool enable;
};
void indrun_hook_init(struct indrun_config *cfg);