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 e3712d9 commit 8499f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libhyperdbg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ func TestSdk(t *testing.T) {
"hyperlog.dll",
"kdserial.dll",
}

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

Check failure on line 44 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.SetDependencies(Dependencies)

Check failure on line 45 in libhyperdbg_test.go

View workflow job for this annotation

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

d.SetDependencies undefined (type *"github.com/ddkwork/app/ms/driverTool/driver".Object has no field or method SetDependencies)
d.Load("hyperkd.sys")
d.Unload()
return
Expand Down

0 comments on commit 8499f06

Please sign in to comment.