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.
- Host: GitHub
- URL: https://github.com/traitimtrongvag/cheat-library-rs
- Owner: traitimtrongvag
- License: mit
- Created: 2025-11-28T11:12:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-01T16:50:42.000Z (6 months ago)
- Last Synced: 2026-01-06T22:47:08.508Z (6 months ago)
- Topics: cheat-rust, il2cpp-rs, rust-library, thread-safe
- Language: C++
- Homepage:
- Size: 1.08 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```