
LSA Whisperer
Thank you to SpecterOps for supporting this research, to Elad for helping draft this blog, and to Sarah, Daniel, and Adam for proofreading and editing! Crossposted on GitHub.What follows is the culmination of two years of research with funding by SpecterOps and contributions from many of my coworkers.Special thanks are needed ... Read More

Sleepy — Python Tooling for Sleep
Sleepy — Python Tooling for SleepThank you to SpecterOps for supporting this research and to Sarah, Cody, and Daniel for proofreading and editing! Crossposted on the GitHub.TL;DR: You can use sleepy to automate common tasks when working with Sleep code.Raphael Mudge created the embeddable scripting language, Sleep, in April 2002. Sleep was designed to extend ... Read More

Perfect Loader Implementations
Thank you to SpecterOps for supporting this research and to Lee and Sarah for proofreading and editing! Crossposted on GitHub.TLDR: You may use fuse-loader or perfect-loader as examples for extending an OS’s native loader to support in-memory libraries.Some software applications require the ability to load dynamic libraries from the memory of ... Read More

Encrypting Strings at Compile Time
Thank you to SpecterOps for supporting this research and to Duane and Matt for proofreading and editing! Crossposted on GitHub.TLDR: You may use this header file for reliable compile time string encryption without needing any additional dependencies.Programmers of DRM software, security products, or other sensitive code bases are commonly required to ... Read More