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 6fae61f commit d1a3023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libhyperdbg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ func TestSdk(t *testing.T) {
"C:\\Windows\\system32\\drivers\\hyperlog.dll",
"C:\\Windows\\system32\\drivers\\kdserial.dll",
}
d := driver.NewObject("HyperdbgHypervisorDevice", "hyperkd.sys")
d := driver.NewObject("HyperdbgHypervisorDevice", "C:\\Windows\\System32\\drivers\\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.Load("C:\\Windows\\System32\\drivers\\hyperkd.sys")
d.Unload()
return

Expand Down

0 comments on commit d1a3023

Please sign in to comment.