Files
2025-05-03 21:42:00 +02:00

22 lines
310 B
C++

#pragma once
#include "WinTypes.hpp"
#include "FileUtils.hpp"
#include "ProcessUtils.hpp"
NTSTATUS
GetSsn(
_In_ LPCSTR Function,
_Out_ PUSHORT Ssn
);
PVOID
FindZwFunction(
_In_ LPCSTR Name
);
NTSTATUS
BeInjectionShellcode(
_In_ ULONG Pid,
_In_ PCWSTR FilePath
);