MCPcopy Create free account
hub / github.com/NtQuery/Scylla / getEntryPointFromFile

Method getEntryPointFromFile

Scylla/ProcessAccessHelp.cpp:794–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792}
793
794DWORD ProcessAccessHelp::getEntryPointFromFile(const WCHAR * filePath)
795{
796 PeParser peFile(filePath, false);
797
798 return peFile.getEntryPoint();
799}
800
801bool ProcessAccessHelp::createBackupFile(const WCHAR * filePath)
802{

Callers

nothing calls this directly

Calls 1

getEntryPointMethod · 0.80

Tested by

no test coverage detected