mirror of
https://github.com/eversinc33/Banshee
synced 2026-06-08 14:08:04 +00:00
15 lines
205 B
C++
15 lines
205 B
C++
#pragma once
|
|
|
|
#include <ntifs.h>
|
|
#include <wdf.h>
|
|
#include "WinTypes.hpp"
|
|
|
|
HANDLE
|
|
BeGetPidFromProcessName(
|
|
_In_ CONST UNICODE_STRING& processName
|
|
);
|
|
|
|
PEPROCESS
|
|
BeGetEprocessByPid(
|
|
_In_ ULONG pid
|
|
); |