MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / peFileExists

Function peFileExists

emmy_hook/src/libpe/libpe.cpp:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159bool peFileExists( const char *pszFileName )
160{
161 uint32_t dwAttrib = GetFileAttributes(pszFileName);
162
163 return (dwAttrib != INVALID_FILE_ATTRIBUTES && !(dwAttrib & FILE_ATTRIBUTE_DIRECTORY));
164}
165
166PIMAGE_SECTION_HEADER peSectionByVA( PE *pe, uint64_t va )
167{

Callers 1

peLocateModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected