mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
fix problem for loading and unloading drivers
This commit is contained in:
parent
fd20f40e60
commit
c5cd7974cb
12 changed files with 123 additions and 52 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue