MCPcopy 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

AddExceptionSupportFunction · 0.80
MappedModuleMethod · 0.80

Calls 1

optMethod · 0.80

Tested by

no test coverage detected