7 lines
138 B
C
7 lines
138 B
C
#pragma once
|
|
|
|
#include "framework.h"
|
|
|
|
int InjectDll(DWORD pid, const WCHAR* dllPath);
|
|
int EjectDll(DWORD pid, const WCHAR* dllPath);
|