WeChatFerry/SDK/injector.h
2022-08-14 07:15:05 +08:00

7 lines
138 B
C

#pragma once
#include "framework.h"
int InjectDll(DWORD pid, const WCHAR* dllPath);
int EjectDll(DWORD pid, const WCHAR* dllPath);