Skip to content

Commit

Permalink
reset rep structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jul 3, 2024
1 parent 861e88c commit fe82655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/libhyperdbg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestSdk(t *testing.T) {
return
}
mylog.Call(func() {
absPath := mylog.Check2(filepath.Abs("hyperkd.sys"))
absPath := mylog.Check2(filepath.Abs("../sdk.gen/SDK/Libraries/hyperkd.sys"))
SetCustomDriverPath(stringToBytePointer(absPath), stringToBytePointer(stream.BaseName(absPath)))
assert.True(t, VmxSupportDetection())
mylog.Trace("InstallVmmDriver", InstallVmmDriver())
Expand Down

0 comments on commit fe82655

Please sign in to comment.