MCPcopy Create free account
hub / github.com/SafeBreach-Labs/PoolParty / w_NtAlpcSetInformation

Function w_NtAlpcSetInformation

PoolParty/Native.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void w_NtAlpcSetInformation(HANDLE hAlpc, ULONG PortInformationClass, PVOID PortInformation, ULONG Length)
57{
58 NT_SUCCESS_OR_RAISE(
59 "NtAlpcSetInformation",
60 NtAlpcSetInformation(hAlpc, PortInformationClass, PortInformation, Length)
61 );
62}
63
64
65HANDLE w_NtAlpcConnectPort(

Callers 1

SetupExecutionMethod · 0.85

Calls 1

NT_SUCCESS_OR_RAISEFunction · 0.85

Tested by

no test coverage detected