MCPcopy Create free account
hub / github.com/NetSPI/BOF-PE / begin

Method begin

loader/Pe.hpp:1141–1144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1139 }
1140
1141 FunctionIterator begin() const noexcept
1142 {
1143 return FunctionIterator(*this, 0);
1144 }
1145
1146 typename Iterator<ModuleEntry>::TheEnd end() const noexcept
1147 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected