Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 813 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 813 Bytes

JVM Toolbox

JVM Toolbox is a collection of utilities and tools for the Java Virtual Machine (JVM). It provides a range of functionalities that aim to enhance the development, debugging, and monitoring of applications running on the JVM.

Features

  • 1
  • 2
  • 3

Pre-requisites

  • CMake & C++ compiler
  • Gradle

Getting Started

TODO

Building the Project

Building the project is as simple as running the CMake generator. This will build both the inspector, injector, and the application.

Project Structure

jvm-toolbox
│
├── lib
│   └── inspector
│   └── injector
│
├── shared
│   └── ipc
│
├── examples
│
└── src

Contributing

To contribute, fork the project and open a pull request.

License

TODO

Contact

TODO