Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 676 Bytes

File metadata and controls

24 lines (18 loc) · 676 Bytes

Zhol

A rust library for ergonomic Windows process memory manipulation.

Features

  • IDA-compatible pattern scans
  • Drop in functionality for Cheat Engine AOB injections
  • Async compatible (smol)
  • JIT x86 assembly injection (dynasm crate)
  • Adaptive memory hooks
  • Ergonomic use
  • Support for custom types with transmutation impl
  • Many common types can be directly read/written to/from process memory safely
  • Versatile error type allows for logic to adapt to specific program memory states easily

Future plans

  • Unix system support
  • DLL injection
  • Keyboard input injection

Contributing

Contributions are welcome. Please reach out if you have any questions.