Java-Memory-Manipulation
Java-Memory-Manipulation copied to clipboard
User friendly, Garbage-free, and cross-platform process, module and memory interfacing via the power of Java
Java-Memory-Manipulation
Java Based Memory, Process, and Module Interfacing
This library is licensed under Apache License 2.0.
Feel free to fork or use this project as long as you credit me for my work.
Gradle
compile 'com.github.jonatino:Java-Memory-Manipulation:2.1.2'
Maven
<dependency>
<groupId>com.github.jonatino</groupId>
<artifactId>Java-Memory-Manipulation</artifactId>
<version>2.1.2</version>
<type>pom</type>
</dependency>
Dependencies
- Java Native Access (JNA) as the backbone for interfacing with native libraries
- Zero-Allocation-Hashing for lighting quick garbage free hashing
- fastutil for their primitive collections and zero allocation collections
Plans
- GUI
- Documentation
- Unit testing
Special Thanks
I highly recommend YourKit Java Profiler for any preformance critical application you make.
Check it out at https://www.yourkit.com/