.connect (connect to a session)
Description of the '.connect' command in HyperDbg.
Last updated
Description of the '.connect' command in HyperDbg.
Last updated
HyperDbg> .connect localHyperDbg> .connect 192.168.1.5HyperDbg> .connect 192.168.1.5 50001VOID
hyperdbg_u_connect_local_debugger();BOOLEAN
hyperdbg_u_connect_remote_debugger(const CHAR * ip, const CHAR * port);