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

Method IsVaid

KernelLibrary/Section.h:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 ULONG SizeOfImage{};
20
21 bool IsVaid() {
22 return Section != nullptr &&
23 ShellCodeRVA != 0 &&
24 DllNameRVA != 0 &&
25 PreferredAddress != nullptr &&
26 SizeOfImage != 0;
27 }
28};
29
30struct Section {

Callers 2

InjectDLLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected