NoUnsafe

Quick rating

Community listing page, reviews here may not be monitored by the author.

NoUnsafe

No reviews yet

A CoreMod plugin that detects and logs Unsafe usage during class loading to help debug JVM crashes and security issues.

Mod Loaders
Minecraft

About

Description

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.