Skip to content

Commit

Permalink
update widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jun 28, 2024
1 parent 8bdcd10 commit 377762d
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions libhyperdbg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,47 @@ func TestSdk(t *testing.T) {
})
}

/*
=== RUN TestSdk
2024-06-28 14:42:27 Info -> │ virtualization technology is vt-x //github.com/ddkwork/hyperdbgui.VmxSupportDetection+0xbd D:/workspace/workspace/branch/gui/util.go:47
2024-06-28 14:42:27 Struct -> │ //github.com/ddkwork/hyperdbgui.VmxSupportDetection+0xf8 D:/workspace/workspace/branch/gui/util.go:48
{
"Cpu0": {
"Eax": 27,
"Ebx": 1970169159,
"Ecx": 1818588270,
"Edx": 1231384169
},
"Cpu1": {
"Eax": 526017,
"Ebx": 1050624,
"Ecx": 2147154879,
"Edx": 3219913727
},
"Vendor": "GenuineIntel",
"ProcessorBrandString": "11th Gen Intel(R) Core(TM) i7-1160G7 @ 1.20GHz\u0000\u0000"
}
2024-06-28 14:42:27 Info -> │ vmx operation is supported by your processor //github.com/ddkwork/hyperdbgui.VmxSupportDetection+0x135 D:/workspace/workspace/branch/gui/util.go:53
2024-06-28 14:42:27 Trace -> InstallVmmDriver │ 1 //github.com/ddkwork/hyperdbgui.TestSdk.func1+0x45 D:/workspace/workspace/branch/gui/libhyperdbg_test.go:15
2024-06-28 14:42:27 Trace -> LoadVmm │ 1 //github.com/ddkwork/hyperdbgui.TestSdk.func1+0xb1 D:/workspace/workspace/branch/gui/libhyperdbg_test.go:17
2024-06-28 14:42:27 Trace -> UnloadVmm │ 1 //github.com/ddkwork/hyperdbgui.TestSdk.func1+0x100 D:/workspace/workspace/branch/gui/libhyperdbg_test.go:29
2024-06-28 14:42:27 Trace -> StopVmmDriver │ 1 //github.com/ddkwork/hyperdbgui.TestSdk.func1+0x146 D:/workspace/workspace/branch/gui/libhyperdbg_test.go:30
2024-06-28 14:42:27 Trace -> UninstallVmmDriver │ 1 //github.com/ddkwork/hyperdbgui.TestSdk.func1+0x18c D:/workspace/workspace/branch/gui/libhyperdbg_test.go:31
--- PASS: TestSdk (0.00s)
PASS
err, target file is not loaded
current processor vendor is : GenuineIntel
virtualization technology is vt-x
vmx operation is supported by your processor
err, CreateFile failed (2)
handle of the driver not found, probably the driver is not loaded. Did you use 'load' command?
err, OpenService failed (424)
err, OpenService failed (424)
Process finished with the exit code 0
*/

/*
.connect local
load vmm
Expand Down

0 comments on commit 377762d

Please sign in to comment.