mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
solving different minor issues
This commit is contained in:
parent
48d35de047
commit
d28d29bc14
6 changed files with 101 additions and 29 deletions
|
|
@ -48,7 +48,7 @@ int main()
|
|||
// Put to ease the test, it will be removed
|
||||
//
|
||||
|
||||
if (HyperdbgInstallDriver()) {
|
||||
/* if (HyperdbgInstallDriver()) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ int main()
|
|||
}
|
||||
_getch();
|
||||
_getch();
|
||||
return 0;
|
||||
return 0; */
|
||||
|
||||
|
||||
// ---------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue