Col-E / Recaf

The modern Java bytecode editor
https://recaf.coley.software
MIT License
6.02k stars 465 forks source link

Provide a UI for initializing new JVM's under agent mode #265

Closed Col-E closed 4 years ago

Col-E commented 4 years ago

Initialize as agent

Currently, Recaf lets you connect to already running JVM's. It would be useful to provide a UI to run a new JVM process with Recaf as a startup agent, allowing it to intercept the initial loading of all classes of the process.

Things to consider:

Col-E commented 4 years ago

Added in 2.7.0