Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SaadAhla/FilelessPELoader
/ _BASE_RELOCATION_ENTRY
Class
_BASE_RELOCATION_ENTRY
FilelessPELoader/FilelessPELoader.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
46
typedef struct _BASE_RELOCATION_ENTRY {
47
WORD Offset : 12;
48
WORD Type : 4;
49
} BASE_RELOCATION_ENTRY;
50
51
52
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected