mirror of
https://github.com/Vith0r/RefinedPool
synced 2026-06-21 13:46:13 +00:00
14 lines
404 B
C
14 lines
404 B
C
/*
|
|
* RefinedPool - Enhanced LibTPLoadLib with dynamic code cave injection
|
|
*
|
|
* Based on LibTPLoadLib by @AlmondOffSec (BSD 3-Clause License)
|
|
* Enhancement by Vith0r - 2026
|
|
*
|
|
* This project respects the original BSD 3-Clause License.
|
|
* See: https://github.com/AlmondOffSec/LibTPLoadLib/blob/main/src/tploadlib.c
|
|
*/
|
|
|
|
#pragma once
|
|
#include <windows.h>
|
|
|
|
HMODULE LoadLib(LPCSTR libName); |