Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSPI/BOF-PE
/ imageSize
Method
imageSize
loader/Pe.hpp:542–545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
}
541
542
unsigned long imageSize() const noexcept
543
{
544
return headers().opt()->SizeOfImage;
545
}
546
547
unsigned long long entryPoint() const noexcept
548
{
Callers
3
FindLdrpInvertedFunctionTable
Function · 0.80
AddExceptionSupport
Function · 0.80
MappedModule
Method · 0.80
Calls
1
opt
Method · 0.80
Tested by
no test coverage detected