Hax
🧪 The versatile and intuitive memory hacking framework.
Install / Use
/learn @hax-rs/HaxREADME
🧪 hax
🤔 About
hax is a Rust crate designed to make memory hacking, game hacking, cheat development, and any other low level memory based development simple, yet intuitive.
So far the project is in it's infancy, although many things are planned and we appreciate any form of contribution! We're on Discord and primarily discuss the project there, please note we request you not talk about cheat development as it is against Discord's terms of service.
💎 Features
- [x] Various macros aimed to eliminate boilerplate
🪛 Installation & Usage
Adding hax to your project is simple, however it requires a bit of setup depending on your desired output.
External
To add hax to your external project and produce an executable, you must:
- Add hax to your project with cargo:
cargo add hax -F external - Inside of
main.rs, attribute your entrypoint with#[hax::main]
Internal
To add hax to your internal project and produce a shared library (.dll, .dylib, .so), you must:
- Add hax to your project with cargo:
cargo add hax -F internal - Set the
crate-typeto["cdylib"]inside ofCargo.toml - Inside of
lib.rs, attribute your entrypoint with#[hax::main]
Kernel
👀
Bleeding edge
If you want to use the bleeding edge version of hax, you can add this to your Cargo.toml:
[dependencies.hax]
git = "https://github.com/hax-rs/hax"
package = "hax"
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
