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

https://github.com/traitimtrongvag/cheat-library-rs

Some Unity cheat libraries written in Rust.
https://github.com/traitimtrongvag/cheat-library-rs

cheat-rust il2cpp-rs rust-library thread-safe

Last synced: 4 months ago
JSON representation

Some Unity cheat libraries written in Rust.

Awesome Lists containing this project

README

          

# cheat-library-rs
This is an experimental demo and may not function correctly in all scenarios.
To build, run:
```bash
cargo build --release --target aarch64-linux-android
```

or for `32-bit` devices

```bash
cargo build --release --target armv7-linux-androideabi
```