mirror of
https://github.com/klezVirus/DriverJack
synced 2026-06-06 16:04:32 +00:00
7 lines
175 B
C++
7 lines
175 B
C++
#pragma once
|
|
#include <windows.h>
|
|
#include <vector>
|
|
|
|
int ByovdKitExecuteWithArgs(const std::vector<wchar_t*>& args);
|
|
int processPIDByName(const WCHAR* name);
|
|
void printHelp(); |