Page MenuHomedesp's stash

DllInjection.h
No OneTemporary

DllInjection.h

#include <windows.h>
#include <Commctrl.h>
#include <stdio.h>
#include <map>
class DllInjection {
public:
HMODULE dllInjection(HANDLE hProcess, const WCHAR * filename);
bool unloadDllInProcess(HANDLE hProcess, HMODULE hModule);
HANDLE startRemoteThread(HANDLE hProcess, LPVOID lpStartAddress, LPVOID lpParameter);
private:
HANDLE customCreateRemoteThread(HANDLE hProcess, LPVOID lpStartAddress, LPVOID lpParameter);
void specialThreadSettings( HANDLE hThread );
HMODULE getModuleHandleByFilename( HANDLE hProcess, const WCHAR * filename );
};

File Metadata

Mime Type
text/x-c++
Expires
Sun, Mar 1, 7:30 PM (1 d, 14 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d8/ac/e9911c50fe8b434e978e486596b2

Event Timeline