https://github.com/jonatino/java-memory-manipulation
User friendly, Garbage-free, and cross-platform process, module and memory interfacing via the power of Java
https://github.com/jonatino/java-memory-manipulation
cheatengine counter-strike counterstrike csgo global java java-memory-manipulation jna memory native offensive yourkit
Last synced: 26 days ago
JSON representation
User friendly, Garbage-free, and cross-platform process, module and memory interfacing via the power of Java
- Host: GitHub
- URL: https://github.com/jonatino/java-memory-manipulation
- Owner: jonatino
- License: apache-2.0
- Created: 2016-01-03T02:17:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T23:05:28.000Z (over 6 years ago)
- Last Synced: 2024-01-27T00:06:45.129Z (over 1 year ago)
- Topics: cheatengine, counter-strike, counterstrike, csgo, global, java, java-memory-manipulation, jna, memory, native, offensive, yourkit
- Language: Java
- Homepage:
- Size: 271 KB
- Stars: 54
- Watchers: 6
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java-Memory-Manipulation
_Java Based Memory, Process, and Module Interfacing_[](https://travis-ci.org/Jonatino/Java-Memory-Manipulation)
[](https://maven-badges.herokuapp.com/maven-central/com.github.jonatino/Java-Memory-Manipulation)
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
```groovy
compile 'com.github.jonatino:Java-Memory-Manipulation:2.1.2'
```### Maven
```xmlcom.github.jonatino
Java-Memory-Manipulation
2.1.2
pom```
---
## Dependencies
- [Java Native Access (JNA)](https://github.com/java-native-access/jna) as the backbone for interfacing with native libraries
- [Zero-Allocation-Hashing](https://github.com/OpenHFT/Zero-Allocation-Hashing) for lighting quick garbage free hashing
- [fastutil](https://github.com/vigna/fastutil) for their primitive collections and zero allocation collections## Plans
- GUI
- Documentation
- Unit testing
## Special Thanks
[](https://www.yourkit.com/java/profiler/index.jsp)I highly recommend YourKit Java Profiler for any preformance critical application you make.
Check it out at https://www.yourkit.com/