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 f6c348f commit e3712d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libhyperdbg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ func TestSdk(t *testing.T) {
mylog.Call(func() {
assert.True(t, VmxSupportDetection())

Dependencies := []string{

Check failure on line 39 in libhyperdbg_test.go

View workflow job for this annotation

GitHub Actions / Test on multiple OS (windows-latest)

Dependencies declared and not used
"hyperhv.dll",
"hyperlog.dll",
"kdserial.dll",
}

d := driver.NewObject("HyperdbgHypervisorDevice", "hyperkd.sys")

Check failure on line 45 in libhyperdbg_test.go

View workflow job for this annotation

GitHub Actions / Test on multiple OS (windows-latest)

too many arguments in call to driver.NewObject
d.Load("hyperkd.sys")
d.Unload()
Expand Down

0 comments on commit e3712d9

Please sign in to comment.