An open API service indexing awesome lists of open source software.

https://github.com/nithanim/test-javaagent

Example of a java agent that rewrites the Thread class
https://github.com/nithanim/test-javaagent

Last synced: about 1 year ago
JSON representation

Example of a java agent that rewrites the Thread class

Awesome Lists containing this project

README

          

An example of a java agent rewriting a system/base class. The program code injects "itself" into the currently running jvm and rewrites the Thread class.