win: nvfbcwrp: add sniffing and custom data spoofing code

This commit is contained in:
Vladislav Yarmak
2019-12-07 23:41:30 +02:00
parent 72498865f1
commit 43fe541961
5 changed files with 156 additions and 19 deletions

View File

@@ -3,3 +3,5 @@
#define WIN32_LEAN_AND_MEAN // Исключите редко используемые компоненты из заголовков Windows
// Файлы заголовков Windows
#include <windows.h>
#include <new>
#include <tuple>