mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
add init debugger structs and buff allocations
This commit is contained in:
parent
1322c108f4
commit
9bb1d9423f
14 changed files with 383 additions and 185 deletions
|
|
@ -44,6 +44,7 @@ extern "C"
|
|||
*/
|
||||
int main()
|
||||
{
|
||||
/*
|
||||
bool ExitFromDebugger = false;
|
||||
|
||||
printf("HyperDbg Debugger [core version: v%s]\n",Version);
|
||||
|
|
@ -74,6 +75,7 @@ int main()
|
|||
|
||||
|
||||
return 0;
|
||||
*/
|
||||
|
||||
//
|
||||
// Installing Driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue