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

Class _ApisetNameEntry2

include/shellcode.hpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85 // Api set schema another version name entry.
86 typedef struct _ApisetNameEntry2 {
87 DWORD NameOffset; /*!< Offset to the name. */
88 DWORD NameLength; /*!< Length of the name. */
89 DWORD DataOffset; /*!< Offset to the values. */
90 } ApisetNameEntry2, * PApisetNameEntry2;
91
92 // Api set schema another version value entry.
93 typedef struct _ValuesArray2 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected