shellcode-fluctuation
Installation
SKILL.md
Shellcode Fluctuation
C++ 内存规避技术 — 在 C2 休眠期间对 RX 页面中的 Shellcode 进行 XOR 加密,以对抗内存扫描器。
快速开始
# 使用 MSVC 克隆并构建
git clone https://github.com/mgeeky/ShellcodeFluctuation
# 在 Visual Studio 中打开,构建 Release x64
# 或使用 MinGW
x86_64-w64-mingw32-g++ -O2 -o fluctuator.exe main.cpp -lntdll