NULL0B / JVM-Command

Overrides the standard JRE classes using Java agents to allow us to do intensive debugging on the Java application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JVMCommand

Overrides the standard JRE classes using Java agents to allow intensive debugging on any Java application.

Features:

  • Dumps every Classfile passed into the JVM.
  • Blocks all JVM exits.
  • Blocks all Runtime.exec calls.
  • Blocks the process builder.
  • Blocks awt.Robot.
  • Overrides to prevent Java agent detection.
  • Redirect URLS or IPs to another place with ease.
  • Can attach to any live Java process.

What can I use this for?

  • Heavily debugging (cracking) Java applications that run inside of the JVM.
  • Quickly dump the ClassFiles of a paid Script for a runescape bot. (rofl)
  • Figure out what sockets and URLs an application connects to.
  • Who the fuck else knows, play around with it and take control!

How to use this:

  1. Download the zip file containing the jar and .bat/.sh files.
  2. Click the .bat or .sh depending on your OS/Program.
  3. Fill in required settings.
  4. Click whatever button to start.
  5. Use BCV for all your decompiler needs.

About

Overrides the standard JRE classes using Java agents to allow us to do intensive debugging on the Java application.

License:GNU General Public License v3.0