int INT
Definition BasicTypes.h:26
#define VOID
Definition BasicTypes.h:33
char CHAR
Definition BasicTypes.h:31
INT HyperDbgInstallVmmDriver()
Install VMM driver.
Definition libhyperdbg.cpp:502
INT HyperDbgUnloadVmm()
Unload VMM driver.
Definition libhyperdbg.cpp:693
INT HyperDbgUninstallVmmDriver()
Remove the VMM driver.
Definition libhyperdbg.cpp:604
VOID UnsetTextMessageCallback()
Unset the function callback that will be called if any message needs to be shown.
Definition libhyperdbg.cpp:81
INT HyperDbgStopVmmDriver()
Stop VMM driver.
Definition libhyperdbg.cpp:570
PVOID SetTextMessageCallbackUsingSharedBuffer(PVOID Handler)
Set the function callback that will be called if any message needs to be shown.
Definition libhyperdbg.cpp:58
VOID HyperDbgShowSignature()
Show signature of HyperDbg.
Definition interpreter.cpp:566
INT ScriptReadFileAndExecuteCommandline(INT argc, CHAR *argv[])
Parsing the command line options for scripts.
Definition script.cpp:230
INT HyperDbgInterpreter(CHAR *Command)
Interpret commands.
Definition interpreter.cpp:280
VOID SetTextMessageCallback(PVOID Handler)
Set the function callback that will be called if any message needs to be shown.
Definition libhyperdbg.cpp:45
INT HyperDbgCreateHandleFromVmmModule()
Create handle from VMM module.
Definition libhyperdbg.cpp:616
INT HyperDbgLoadVmmModule()
load vmm module
Definition libhyperdbg.cpp:798
char ** argv
Definition symbol-parser.h:46