2025-01-31 18:28:43 +00:00

8 lines
149 B
C++

#pragma once
#include "process.hpp"
#include <filesystem>
bool inject_library(const std::filesystem::path& library_path, const process& process);