HyperDbg Debugger
Loading...
Searching...
No Matches
export.h
Go to the documentation of this file.
1
12#pragma once
13
15// Functions //
17
18//
19// Some functions are exported to HyperDbgLibImports.h
20//
21
22VOID
24
26ConnectRemoteDebugger(const CHAR * Ip, const CHAR * Port);
UCHAR BOOLEAN
Definition BasicTypes.h:39
#define VOID
Definition BasicTypes.h:33
char CHAR
Definition BasicTypes.h:31
VOID ConnectLocalDebugger()
Connect to local debugger.
Definition connect.cpp:50
BOOLEAN ConnectRemoteDebugger(const CHAR *Ip, const CHAR *Port)
Connect to remote debugger.
Definition connect.cpp:61