v0.19.0
-
C2 Framework Compatibility (Embedded Payload): Replaced Windows PE resource loading with compile-time embedded payload for enhanced compatibility with C2 frameworks and reflective loaders.
- The encrypted payload DLL is now embedded as a
constexprbyte array in a generated C++ header (payload_data.hpp). - Eliminates dependency on
FindResource/LoadResourceWin32 APIs, which require a Windows-registered module handle unavailable in BOF (COFF format), reflective loading, and shellcode contexts. - Enables direct memory access to payload data without PE resource parsing.
- The encrypted payload DLL is now embedded as a
-
Bug Fix: Profile Processing Crash: Fixed a crash that occurred during profile enumeration on certain systems.
- Removed the non-essential folder size calculation to eliminate this crash vector entirely.