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

Function w_ZwSetInformationFile

PoolParty/Native.cpp:28–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void w_ZwSetInformationFile(
29 HANDLE hFile,
30 PIO_STATUS_BLOCK IoStatusBlock,
31 PVOID FileInformation,
32 ULONG Length,
33 ULONG FileInformationClass
34)
35{
36 NT_SUCCESS_OR_RAISE(
37 "ZwSetInformationFile",
38 ZwSetInformationFile(
39 hFile,
40 IoStatusBlock,
41 FileInformation,
42 Length,
43 FileInformationClass)
44 );
45}
46
47HANDLE w_NtAlpcCreatePort(POBJECT_ATTRIBUTES ObjectAttributes, PALPC_PORT_ATTRIBUTES PortAttributes) {
48 HANDLE hAlpc;

Callers 1

SetupExecutionMethod · 0.85

Calls 1

NT_SUCCESS_OR_RAISEFunction · 0.85

Tested by

no test coverage detected