mirror of
https://github.com/maxDcb/C2Core
synced 2026-06-08 15:48:01 +00:00
Minor
This commit is contained in:
@@ -133,9 +133,6 @@ int main()
|
||||
const char* text = "Hello from NtWriteFile!\n";
|
||||
DWORD len = static_cast<DWORD>(strlen(text));
|
||||
|
||||
IO_STATUS_BLOCK ioStatus = {};
|
||||
NTSTATUS status;
|
||||
|
||||
// Passing NULL ByteOffset -> use current file pointer
|
||||
IO_STATUS_BLOCK ioStatus = {};
|
||||
HANDLE Event = NULL;
|
||||
|
||||
Reference in New Issue
Block a user