mirror of
https://github.com/eversinc33/Banshee
synced 2026-06-08 14:08:04 +00:00
22 lines
310 B
C++
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
|
|
); |