2018-08-26 03:45:25 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "common.h"
|
|
|
|
#include "types.h"
|
|
|
|
|
|
|
|
void CreatePipe();
|
2018-09-21 09:59:07 +08:00
|
|
|
void NotifyHookRemove(uint64_t addr);
|
2018-08-26 03:45:25 +08:00
|
|
|
void ConsoleOutput(LPCSTR text); // jichi 12/25/2013: Used to return length of sent text
|