what is the use of Rtl_ function ?

what is the use of _

RtlCreateSecurityDescriptor and RtlSetDaclSecurityDescriptor and similar function?

On Jul 30, 2018, at 10:03 AM, xxxxx@gmail.com wrote:
>
> what is the use of _
>
> RtlCreateSecurityDescriptor and RtlSetDaclSecurityDescriptor and similar function?

Did you do any web searching at all before you asked this question? Those functions are documented.

You’ve asked a series of very specific and basically unrelated questions. What are you trying to do? If you want to learn about Windows internals, it would be more productive for you to take a class.

Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

> What are you trying to do?

I would say he is trying to reverse-engineer some driver, and trying to do it without a basic knowledge
of either Windows NT kernel or C language - as we had a chance to see with our own eyes, the OP does not recognize C language statements, and the C statement that he showed us seems to be a machine-generated one anyway. Therefore, whenever he encounters some API function he asks us what it actually does. This is why his questions are totally unrelated to one another…

This is the very first thing that gets into my head. Have you got any other suggestions?

Anton Bassov