fix problem for loading and unloading drivers

This commit is contained in:
SinaKarvandi 2021-04-02 01:12:32 +04:30
parent fd20f40e60
commit c5cd7974cb
12 changed files with 123 additions and 52 deletions

View file

@ -30,6 +30,7 @@ __declspec(dllimport) int HyperdbgLoadVmm();
__declspec(dllimport) int HyperdbgUnload();
__declspec(dllimport) int HyperdbgInstallVmmDriver();
__declspec(dllimport) int HyperdbgUninstallDriver();
__declspec(dllimport) int HyperdbgStopDriver();
__declspec(dllimport) int HyperdbgInterpreter(const char * Command);
__declspec(dllexport) void HyperdbgShowSignature();
__declspec(dllimport) void HyperdbgSetTextMessageCallback(Callback handler);