v0.12
- Fileless Payload Execution (Encrypted Resource Delivery): Migrated the payload DLL from a disk-based file to an in-memory, ChaCha20-encrypted resource embedded within the injector. The payload is now decrypted at runtime and reflectively injected, eliminating on-disk artifacts and defeating static analysis.
- Code Modernization (Full C++ Refactoring): Re-architected the entire codebase with modern C++ principles.
- Professional Build System: Implemented a robust make.bat script for clean, reliable, and configurable local builds.