MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / PEParser

Method PEParser

KernelLibrary/PEParser.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "PEParser.h"
3
4PEParser::PEParser(PVOID base) {
5 _address = reinterpret_cast<PUCHAR>(base);
6 CheckValidity();
7}
8
9PEParser::PEParser(const wchar_t* path) {
10 UNICODE_STRING fileName;

Callers

nothing calls this directly

Calls 5

RtlInitUnicodeStringFunction · 0.85
GetFileSizeMethod · 0.80
ReadFileMethod · 0.80
OpenMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected