Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSPI/BOF-PE
/ fromModule
Method
fromModule
loader/Pe.hpp:455–458 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
453
}
454
455
static Pe fromModule(const void* const base) noexcept
456
{
457
return Pe(ImgType::module, base);
458
}
459
460
PeHeaders<arch> headers() const noexcept
461
{
Callers
nothing calls this directly
Calls
1
Pe
Class · 0.85
Tested by
no test coverage detected