Page MenuHomedesp's stash

DllInjection.h
No OneTemporary

DllInjection.h

#pragma once
#include <windows.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
Mon, Feb 9, 7:15 PM (10 h, 46 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e2/a1/8b47fdc19089b5f96cbad66ead05

Event Timeline