Page MenuHomedesp's stash

DllInjection.h
No OneTemporary

DllInjection.h

#include <windows.h>
#include <Commctrl.h>
#include <stdio.h>
#include <map>
#include <Windowsx.h>
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
Fri, Apr 24, 4:35 PM (11 h, 35 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2c/db/74302d3b19b07da09f2a29d5a657

Event Timeline