Unsafe is a low-level Java class for direct memory manipulation and security bypass, often causing JVM crashes, memory leaks, or security holes. Its usage is highly concealed (typically obtained via reflection), making issues extremely difficult to debug.
Features: Automatically scans and logs all classes using Unsafe during class loading, outputting detailed stack traces to `logs/nounsafe.log` to help developers quickly trace problematic code.

