mirror of
https://github.com/mochabyte0x/CTFPacker
synced 2026-06-06 16:14:33 +00:00
d327ad170f
FIxed bug which made the APC injection crash. Obfuscated variant did `and r8d, r8d` as junk instruction but this truncated the pointers in 64bit when ASLR placed them. Replaced with `test r8, r8` which only touches RFLAGS and leaves the register intact