Skip to content

Commit

Permalink
fix mgr
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jul 3, 2024
1 parent 21af297 commit 3002e2f
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 5 deletions.
Binary file modified hyperdbg-cli.exe
Binary file not shown.
Binary file modified hyperhv.dll
Binary file not shown.
Binary file modified hyperkd.sys
Binary file not shown.
Binary file modified hyperlog.dll
Binary file not shown.
Binary file modified kdserial.dll
Binary file not shown.
9 changes: 4 additions & 5 deletions libhyperdbg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ func TestSdk(t *testing.T) {
return
}
mylog.Call(func() {

assert.True(t, VmxSupportDetection())

//d := driver.NewObject("hyperkd.sys", "HyperdbgHypervisorDevice")
//d.Load("")
//d.Unload()
//return
// d := driver.NewObject("hyperkd.sys", "HyperdbgHypervisorDevice")
// d.Load("")
// d.Unload()
// return

mylog.Trace("InstallVmmDriver", InstallVmmDriver())
ConnectLocalDebugger()
Expand Down
Binary file modified sdk.gen/SDK/Libraries/hyperhv.dll
Binary file not shown.
Binary file modified sdk.gen/SDK/Libraries/hyperlog.dll
Binary file not shown.
Binary file modified sdk.gen/SDK/Libraries/libhyperdbg.dll
Binary file not shown.
Binary file modified sdk.gen/SDK/Libraries/script-engine.dll
Binary file not shown.
Binary file modified sdk.gen/SDK/Libraries/symbol-parser.dll
Binary file not shown.

0 comments on commit 3002e2f

Please sign in to comment.