Skip to content

Batchhh/Alloy-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alloy ios tweak

High-performance iOS modding framework built in Rust.

Features

  • Hooking: ARM64 Inline & Hardware Breakpoints.
  • Memory: Safe patching, scanning, and symbol resolution.
  • UI: Native iOS Menu (objc2) & content-rich Mod Menu.
  • Stealth: Stealthy hooking and patching. (ShellCode Injection + Code Caves)

Usage

  1. Configure: Edit src/config.rs to set target binary and options.
  2. Deploy:
    make deploy

Documentation

Read the source code to understand it better, since there will be no documentation. It is easy to understand since it is well commented.

Viewing Logs

Logs are sent to the Apple Unified Logging System. You can view them using Console.app on macOS:

  • filter for: Alloy or subsystem:com.batch.alloy.

Contributing

Contributions are welcome! If you find any issues or have suggestions, please open an issue.

For collaboration, feel free to submit pull requests.

Follow Rust conventions (cargo fmt, cargo clippy) and document your changes.

Commit Guidelines

  • Use clear, descriptive messages
  • Format: type: brief description
  • Types: feat, fix, docs, refactor, test, chore

Legal

Educational purposes only. Modifying games may violate Terms of Service. Use at your own risk.

License

MIT License - See LICENSE file for details.

Credits

  • Batch - Creator
  • Titanox - Inspiration for breakpoint hooks

About

high-performance, mod menu, memory-safe framework, hooking & patching & breakpoints at runtime

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors