ALPC API for Windows NT?

I found that on Vista + systems, to connect to the new LPC aka ALPC ports, you need to use the new features:

NtAlpcAcceptConnectPort NtAlpcCancelMessage NtAlpcConnectPort NtAlpcCreatePort NtAlpcCreatePortSection NtAlpcCreateResourceReserve NtAlpcCreateSectionView NtAlpcCreateSecurityContext NtAlpcDeletePortSection etc.... 

I did an intensive search, but did not find any code examples from which I can learn how to use these functions. Therefore, if someone has code examples or has an application that uses them, so I can cancel it, please share.

+4
source share

Source: https://habr.com/ru/post/1391462/


All Articles