Share-devn

JVM-aware x64dbg plugin - class browser, decompiler, native analyzer, method patcher, field monitor

19
2
100% credibility
Found Apr 10, 2026 at 19 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
C++
AI Summary

An advanced plugin for the x64dbg debugger that reveals and manipulates internals of running Java applications without any agents or attachments.

How It Works

1
🔍 Find the plugin

You discover a handy add-on for your debugger that unlocks Java app secrets.

2
📥 Add it to your debugger

Simply copy the plugin file into your debugger's folder and restart.

3
⚙️ Attach to a Java program

Launch your debugger and connect it to any running Java application, like a game or server.

4
Watch it light up

The plugin instantly detects the Java engine and shows tabs full of classes, methods, and objects.

5
📖 Explore classes and code

Browse the class tree, peek at methods, decompile to readable code, and inspect live objects.

6
🛠️ Set traps and tweaks

Place breakpoints on Java methods, freeze field values, or patch code right in memory.

🎉 Master the app

You now see and control every part of the Java program, debugging effortlessly like a wizard.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 19 to 19 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is jvm-inspector?

JVM Inspector is a C++ plugin for x64dbg that turns the debugger into a full JVM-aware analyzer, with a class browser, bytecode decompiler, native code viewer, field monitor, and method patcher. It lets you inspect loaded classes, trace JIT code, dump .class files, and freeze object fields—all via pure memory reads from HotSpot VMStructs, skipping JVMTI or Attach API hassles. Attach to any java.exe, refresh, and browse packages, threads, and constant pools right in x64dbg tabs.

Why is it gaining traction?

Deep x64dbg integration via 26+ commands like `jvm.bp` for Java breakpoints, `jvm.patch` for bytecode tweaks, and CFR decompiler for readable Java source. Minecraft-specific tools like Mojang mappings and entity scanners appeal to modders cracking obfuscation. No-agent approach beats JVMTI plugins for stealthy, cross-process RE.

Who should use this?

Reverse engineers debugging obfuscated Java binaries in x64dbg, like Minecraft cheats or enterprise malware with JNI hooks. Modders patching methods or monitoring fields in live games. Low-level analysts tracing JIT code or native stubs without switching debuggers.

Verdict

Worth trying for x64dbg JVM workflows—packed features despite 1.0% credibility and 19 stars signal early niche promise. Maturity lags on docs and broad JVM support; test on your HotSpot version first.

(198 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.