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

Class _ApisetValueEntry

include/shellcode.hpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70 // Api set schema value entry.
71 typedef struct _ApisetValueEntry {
72 DWORD Ignored; /*!< Unknown (undocumented). */
73 DWORD NameOffset; /*!< Offset to the name. */
74 DWORD NameLength; /*!< Length of the name. */
75 DWORD ValueOffset; /*!< Offset to the value. */
76 DWORD ValueLength; /*!< Loength of the value. */
77 } ApisetValueEntry, * PApisetValueEntry;
78
79 // Api set schema version 6.
80 typedef struct _ApiSetHeader6 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected