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

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

Awesome Lists containing this project

README

        

# Java-Memory-Manipulation
_Java Based Memory, Process, and Module Interfacing_

[![Build Status](https://travis-ci.org/Jonatino/Java-Memory-Manipulation.svg?branch=master)](https://travis-ci.org/Jonatino/Java-Memory-Manipulation)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.jonatino/Java-Memory-Manipulation/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.jonatino/Java-Memory-Manipulation)
![license](https://img.shields.io/github/license/Jonatino/Java-Memory-Manipulation.svg?style=flat)

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
```xml

com.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
[![YourKit](https://www.yourkit.com/images/yklogo.png)](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/