WeChatFerry/SDK/injector.h

7 lines
138 B
C
Raw Normal View History

2022-08-14 07:15:05 +08:00
#pragma once
#include "framework.h"
2021-02-12 23:21:57 +08:00
2022-08-14 07:15:05 +08:00
int InjectDll(DWORD pid, const WCHAR* dllPath);
int EjectDll(DWORD pid, const WCHAR* dllPath);