๐ v2.0 - Advanced Stealth & Clarity ๐
This is a complete rewrite, focused on elegant evasion techniques and a more maintainable, clear architecture!
๐ฅท Advanced Evasion Techniques
- ๐ก๏ธ
atexit
Detection Neutralized: Actively resets the globalatexit
handler array, erasing all module fingerprints. - ๐งน Zygote Stack Cleaning: Wipes root mount fossils from the Zygote stack to restore a pristine, non-root state.
- ๐ป Direct Unmounting: Aggressively unmounts traces from within Zygote before applications can inspect them.
- ๐งผ Efficient Linker Cleaning: Elegantly removes all library traces from memory using the
soinfo_unload
function. - ๐ง Smarter Namespace Logic: Refines mount logic to hide traces without creating new, detectable side-effects.
๐ก For Module Developers:
You no longer need to handle atexit
evasion. NeoZygisk now completely neutralizes this detection vector for all loaded modules automatically! โจ
๐ง Core Overhaul & Clarity
- ๐๏ธ Total Rewrite: Re-engineered the
Zygisk
daemon andptrace
monitor for maximum stability and clarity. - โจ Modernized Internals: Updated all core utilities for better performance, readability, and documentation.