AR
AJARETRO Open Source Ecosystem
Home Universal RASP (Flagship) Enterprise Spec & Architecture Live Sci-Fi HUD (--hud) DeMalware Minecraft (v3.0.9-VIGIL) RetroMail SMTP
🛡️ JVM AGENT CLASS TRANSFORMER SENTINEL

DeMalware-RETRO

Boot-level JVM agent protection against trojans, backdoors, shell execution, Log4Shell, and JNI escapes. Includes interactive in-game Chest GUI (/demalware net) for network telemetry and manual IP blocking.

👑 FLAGSHIP EVOLUTION EXPANDED BEYOND MINECRAFT

How DeMalware Powers Through All Stacks

What began as a low-level JVM agent for Minecraft servers has expanded into the industry-grade DeMalware-UNIVERSAL framework. The same bytecode transformers and memory-safe sandboxing now defend JVM enterprise applications, Node.js backends, Python APIs, and Linux native binaries under zero-day threats.

High-Precision Boot Audit

Pelican Panel 6-Run Benchmark

Empirical startup time audit measured on a live Pelican Panel Purpur 1.21 server with heavy plugin suites (EssentialsX, Skript 2.15.4, ViaVersion, Vault, ProtocolLib).

129,674 ms
WITH DeMalware (~129.67s Real Boot)
141,220 ms
WITHOUT DeMalware (~141.22s Real Boot)
< 0.5%
Real-Time Overhead Impact (~0.05s per boot)

⚡ Why DeMalware-RETRO is 1,000x Faster Than Legacy Scanners

🐢 Legacy Disk Scanners (10 to 50 Seconds)

Like searching through 10,000 physical books page-by-page. They decompress every .jar file on disk and run slow regex loops across millions of lines of text.

⚡ DeMalware-RETRO (0.05 Seconds / 50ms)

Like an X-ray scanner at the front door. Hooks into the JVM ClassLoader via -javaagent and evaluates ASM binary opcode streams in RAM as Java loads them, adding zero disk I/O latency!

💻 Complete In-Game & Console Command Directory

Commands & Administrative Controls

/demalware net • /netwatch

Opens interactive 54-slot Chest GUI to inspect real-time plugin network connections, view target host IP stats, and manually block/unblock IPs without automatic network disruption.

/demalware status

Displays protection status, JVM Class Transformer agent state, block mode, and enabled heuristic modules (force-op, shell-exec, jar-injector).

/demalware scan [notrust|deep|all]

Runs an offline heuristic scan across all plugin JARs in the /plugins directory.

/demalware trust <jar-name.jar>

Whitelists a plugin JAR by SHA-256 hash to skip heuristic scans (console only).

/demalware logs

Decrypted audit history for operator grants (setOp) and critical console command attempts.

/demalware reload

Reloads plugin config values from config.yml.

JVM Agent Startup Parameter

Copy & paste into your startup flags for full bytecode protection.

-javaagent:plugins/DeMalware-RETRO.jar -XX:+DisableAttachMechanism -Djdk.attach.allowAttachSelf=false