HyperDbg Debugger
Loading...
Searching...
No Matches
tests.h
Go to the documentation of this file.
1
12#pragma once
13
15// Constants //
17
22#define TEST_PROCESS_NAME "hyperdbg-test.exe"
23
25// Functions //
27
29CreateProcessAndOpenPipeConnection(PHANDLE ConnectionPipeHandle,
30 PHANDLE ThreadHandle,
31 PHANDLE ProcessHandle);
32VOID
33CloseProcessAndClosePipeConnection(HANDLE ConnectionPipeHandle,
34 HANDLE ThreadHandle,
35 HANDLE ProcessHandle);
UCHAR BOOLEAN
Definition BasicTypes.h:39
#define VOID
Definition BasicTypes.h:33
BOOLEAN CreateProcessAndOpenPipeConnection(PHANDLE ConnectionPipeHandle, PHANDLE ThreadHandle, PHANDLE ProcessHandle)
Create a Process And Open Pipe Connection object.
Definition tests.cpp:111
VOID CloseProcessAndClosePipeConnection(HANDLE ConnectionPipeHandle, HANDLE ThreadHandle, HANDLE ProcessHandle)
Close the pipe connection and the remote process.
Definition tests.cpp:311