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

Class _ApisetNameEntry

include/shellcode.hpp:61–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60 // Api set schema name entry.
61 typedef struct _ApisetNameEntry {
62 DWORD Sealed; /*!< Unknown (undocumented). */
63 DWORD Offset; /*!< Offset to the virtual dll name. */
64 DWORD Ignored; /*!< Unknown (undocumented). */
65 DWORD Size; /*!< Size of the virtual dll name. */
66 DWORD HostOffset; /*!< Offset to the real dll name. */
67 DWORD NumberOfHosts; /*!< Number of resolved dlls. */
68 } ApisetNameEntry, * PApisetNameEntry;
69
70 // Api set schema value entry.
71 typedef struct _ApisetValueEntry {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected