Hypnus is a Rust library designed for execution obfuscation, protecting memory regions during inactivity by utilizing advanced techniques like thread pool timers and call stack spoofing. It supports both #[no_std] environments and optional heap obfuscation, enabling stealthy execution without thread duplication. Users can easily integrate Hypnus into their projects and leverage its macros for memory encryption and obfuscation during sleep cycles.
A Python library named YARA-AST enables users to parse and manipulate YARA rules using Abstract Syntax Trees, boasting a 100% parsing success rate across over 273,000 tested rules. It supports various syntaxes including YARA-L and YARA-X, and offers advanced features like hex wildcards, regex modifiers, and compatibility with VirusTotal modules. The library facilitates syntax validation, formatting, and performance optimization, making it highly versatile for threat detection and analysis.