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

Function w_NtAlpcCreatePort

PoolParty/Native.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47HANDLE w_NtAlpcCreatePort(POBJECT_ATTRIBUTES ObjectAttributes, PALPC_PORT_ATTRIBUTES PortAttributes) {
48 HANDLE hAlpc;
49 NT_SUCCESS_OR_RAISE(
50 "NtAlpcCreatePort",
51 NtAlpcCreatePort(&hAlpc, ObjectAttributes, PortAttributes)
52 );
53 return hAlpc;
54}
55
56void w_NtAlpcSetInformation(HANDLE hAlpc, ULONG PortInformationClass, PVOID PortInformation, ULONG Length)
57{

Callers 1

SetupExecutionMethod · 0.85

Calls 1

NT_SUCCESS_OR_RAISEFunction · 0.85

Tested by

no test coverage detected