Skip to content

juniffiro/ExtraJar-Injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtraJar: Java agents loader

ExtraJar is a simple GUI application for loading Java agents into a running JVM.

Open source

ExtraJar is an open source project distributed under the Apache License 2.0

Getting started

  1. Download the latest build from releases
  2. Open the app
    java -Xms128M -Xmx256M -jar ExtraJar.jar
  3. Select the desired JVM process from the list and click Next

    (!) If the desired JVM is not on the list, try the following steps:
    Find the arguments to run the program, if they contain the argument
    -XX:+DisableAttachMechanism, delete it or replace it with
    -XX:-DisableAttachMechanism

    This will probably work.

  4. Select a Java-Agent to load
  5. Enjoy!

Status

ExtraJar is in beta release.