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
- Host: GitHub
- URL: https://github.com/nithanim/test-javaagent
- Owner: Nithanim
- Created: 2019-09-27T17:29:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:22:31.000Z (over 2 years ago)
- Last Synced: 2025-01-29T06:51:27.481Z (over 1 year ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.