HyperDbg Debugger
Toggle main menu visibility
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
22
VOID
23
ConnectLocalDebugger
();
24
25
BOOLEAN
26
ConnectRemoteDebugger
(
const
CHAR
* Ip,
const
CHAR
* Port);
BOOLEAN
UCHAR BOOLEAN
Definition
BasicTypes.h:35
CHAR
char CHAR
Definition
BasicTypes.h:33
ConnectLocalDebugger
VOID ConnectLocalDebugger()
Connect to local debugger.
Definition
connect.cpp:50
ConnectRemoteDebugger
BOOLEAN ConnectRemoteDebugger(const CHAR *Ip, const CHAR *Port)
Connect to remote debugger.
Definition
connect.cpp:61
hyperdbg
libhyperdbg
header
export.h
Generated by
1.17.0