MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / GetUnicodeString

Method GetUnicodeString

KernelLibrary/kstring.h:181–184  ·  view source on GitHub ↗

1.�ڴ����;��������ں���IRQL�� �Ƿ�ҳ�ڴ棬IRQL<=DISPATCH_LEVEL ��ҳ�ڴ棬IRQL<=APC_LEVEL 2.���뱣֤m_str��Ч����Ϊ��û��Ϊustr�����ڴ棬ֻ��һ��ָ��

Source from the content-addressed store, hash-verified

179 // ��ҳ�ڴ棬IRQL<=APC_LEVEL
180 // 2.���뱣֤m_str��Ч����Ϊ��û��Ϊustr�����ڴ棬ֻ��һ��ָ��
181 UNICODE_STRING* GetUnicodeString(PUNICODE_STRING ustr) {
182 RtlInitUnicodeString(ustr, m_str);
183 return ustr;
184 }
185
186 // ��������ڴ濽������
187 /*UNICODE_STRING* GetUnicodeString(PUNICODE_STRING ustr) {

Callers 2

GetRootNameMethod · 0.45

Calls 1

RtlInitUnicodeStringFunction · 0.85

Tested by

no test coverage detected