MCPcopy Create free account
hub / github.com/SecurityAnalysts01/ShellcodeLoader / UNICODE_STRING_T

Class UNICODE_STRING_T

Loading/Loading/lazy_importer.hpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 };
81
82 struct UNICODE_STRING_T {
83 unsigned short Length;
84 unsigned short MaximumLength;
85 wchar_t* Buffer;
86 };
87
88 struct PEB_LDR_DATA_T {
89 unsigned long Length;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected