MCPcopy Create free account
hub / github.com/d35ha/CallObfuscator / _ValuesEntry2

Class _ValuesEntry2

include/shellcode.hpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99 // Api set schema another version values entry.
100 typedef struct _ValuesEntry2 {
101 DWORD NameOffset; /*!< Offset to the name. */
102 DWORD NameLength; /*!< Length of the name. */
103 DWORD ValueOffset; /*!< Offset to the value. */
104 DWORD ValueLength; /*!< Loength of the value. */
105 } ValuesEntry2, * PValuesEntry2;
106
107 // For LdrLoadDll.
108 typedef NTSTATUS (WINAPI* pLdrLoadDll)(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected