mirror of
https://github.com/Friends-Security/RedirectThread
synced 2026-06-06 15:44:29 +00:00
21 lines
387 B
C++
21 lines
387 B
C++
#pragma once
|
|
#include <vector>
|
|
#include <string>
|
|
#include <iostream>
|
|
#include <fstream>
|
|
#include <chrono>
|
|
#include <thread>
|
|
|
|
#include "Arguments.h"
|
|
#include "ProcessThread.h"
|
|
#include "GadgetUtil.h"
|
|
#include "Helpers.h"
|
|
|
|
#include "NtCreateThreadUtil.h"
|
|
#include "APCInjection.h"
|
|
#include "DLLInjection.h"
|
|
#include "CreateRemoteThreadUtil h"
|
|
|
|
bool Inject(const InjectionConfig &config);
|
|
|