Releases
v0.17.0
v0.17.0 - Santa's Little Helper Release!
Compare
Sorry, something went wrong.
No results found
xaitax
released this
24 Dec 22:06
v0.17.0
Full Codebase Refactor : Completely rewrote the project into a modern, modular C++ architecture.
Compile-Time Key Derivation : Eliminated static encryption keys from the binary.
Keys derived at compile-time from version tag + build date via FNV-1a/MurmurHash3 cascade.
Each build produces unique encryption keys automatically.
Hash-Based Syscall Resolution : Eliminated plaintext syscall names from the binary.
All syscall names replaced with compile-time DJB2 hashes.
Reflective Loader Enhancements :
PE Header Destruction : After payload mapping, PE headers (MZ/PE signatures) are overwritten with pseudo-random data.
Syscall-Based Memory Operations : Now uses direct syscalls for NtAllocateVirtualMemory and NtProtectVirtualMemory.
Enhanced Fingerprint Extraction : More comprehensive browser metadata collection (-f flag).
Redesigned Console Output : Cleaner visual hierarchy with box-drawing tree structure.
You can’t perform that action at this time.