Skip to content

An injector capable of dynamically attaching a Java agent into a running JVM

Notifications You must be signed in to change notification settings

GardeningTool/AgentInjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentInjector

A simple injector to dynamically attach a Java agent

Usage

java -jar AgentInjector.jar (PID) (agent file path)

Additionally, you can also execute this without the PID and agent file arguments in order to list the process IDs and displaynames of all active virtual machines. From there, you'll be asked to provide the process ID as well as the agent path.

Requirements

Have attach.dll present in the directory the program is being executed from

About

An injector capable of dynamically attaching a Java agent into a running JVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages