Wenzel / libmicrovmi

A cross-platform unified Virtual Machine Introspection API library
https://wenzel.github.io/libmicrovmi/
GNU General Public License v3.0
160 stars 16 forks source link

wrong #241

Closed gb1dev closed 1 year ago

gb1dev commented 1 year ago

Hi, I'm trying to use hyperdbg in debugger mode, debugging a physical machine running windows, I've a serial cable connected through the 2 com ports of the computers, I've followed the guide here: https://docs.hyperdbg.org/getting-started/attach-to-hyperdbg/debug#physical-machine this is what I do on the host machine: `HyperDbg Debugger [version: v0.2.0, build: 20230503] Please visit https://docs.hyperdbg.org for more information... HyperDbg is released under the GNU Public License v3 (GPLv3).

HyperDbg> .debug remote serial 115200 com1 waiting for debuggee to connect...` and it keeps being on waiting for debuggee to connect

this is what I do on the debuggee: `HyperDbg Debugger [version: v0.2.0, build: 20230503] Please visit https://docs.hyperdbg.org for more information... HyperDbg is released under the GNU Public License v3 (GPLv3).

HyperDbg> .debug prepare serial 115200 com1 current processor vendor is : GenuineIntel virtualization technology is vt-x vmx operation is supported by your processor vmm module is running... synchronizing modules' symbol details the operation was successful`

I've tested the connection with the same bitrate (115200) using putty and it works correctly, I can send data between two pcs through these comports correctly between the 2 pc, the issue is that only hyperdbg seems to not connect