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 3b94131 commit 21af297
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions libhyperdbg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import (
"testing"
"unsafe"

"github.com/ddkwork/app/ms/driverTool/driver"

"github.com/ddkwork/golibrary/mylog"
"github.com/stretchr/testify/assert"
)
Expand Down Expand Up @@ -37,10 +35,10 @@ func TestSdk(t *testing.T) {

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

0 comments on commit 21af297

Please sign in to comment.