mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
pre debugger function for remove
This commit is contained in:
parent
b017cec5ec
commit
9dbff9b8c2
6 changed files with 357 additions and 32 deletions
|
|
@ -47,6 +47,7 @@ int main()
|
|||
//
|
||||
// Put to ease the test, it will be removed
|
||||
//
|
||||
|
||||
if (HyperdbgInstallDriver()) {
|
||||
return 1;
|
||||
}
|
||||
|
|
@ -55,6 +56,7 @@ int main()
|
|||
return 1;
|
||||
}
|
||||
_getch();
|
||||
_getch();
|
||||
return 0;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue