Re: [PATCH 1/3] ntdll: Implemenent ObjectTypeInformation class support in NtQueryObject.
June 1, 2015
12:27 p.m.
On 01.06.2015 12:52, Qian Hong wrote:
+/* Query object type name information */ +(a)REQ(get_object_typename) + obj_handle_t handle; /* handle to the object */ +(a)REPLY + data_size_t total; /* needed size for type name */ + VARARG(typename,unicode_str); /* type name */ +(a)END +
Also, do we really need to transfer a string? It seems to be that you can use an index and a static array at ntdll side.
3953
Age (days ago)
3953
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov