Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F572239
DllInjection.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
573 B
Subscribers
None
DllInjection.h
View Options
#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
Details
Attached
Mime Type
text/x-c++
Expires
Mon, Mar 2, 1:51 AM (20 h, 42 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
39/dc/8f0d47dd65be3cf309f4dca6f19e
Attached To
rSCY Scylla
Event Timeline
Log In to Comment