Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SaadAhla/FilelessPELoader
/ DATA
Class
DATA
FilelessPELoader/FilelessPELoader.cpp:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
52
53
struct DATA {
54
55
LPVOID data;
56
size_t len;
57
58
};
59
60
61
void DecryptAES(char* shellcode, DWORD shellcodeLen, char* key, DWORD keyLen) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected