Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RusJJ authored Jul 17, 2023
1 parent f0703a3 commit f3e2085
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ AML is a mod loader for almost ANY android game or application!
AML has been started as a GTA-series mod loader AND as a Gorilla Tag mod loader. Since Gorilla Tag is a Unity-application, AML should be "upgraded" with some IL2CPP tools that are NOT ready now. That means you CAN mod for Unity-games but you NEED some external tools.

# How is this working?
AML provides you an interface system (like in Source Engine). You can add your own interfaces or get an AML Interface (does automatically on mod declaration) that can you help with: patching, memory writing, functions hooking & more (it uses ARMPatch that was made using of 4x11's ARMhook and CydiaSubstrate/Rprop's Inline hook).
AML provides you an interface system (like in Source Engine). You can add your own interfaces or get an AML Interface (does automatically on mod declaration) that can you help with: patching, memory writing, functions hooking & more (it uses ARMPatch that was made using of 4x11's ARMhook and DobbyHook).

AML should be loaded after all libraries somehow. For example: added through the smali code (easiest way?).

AML supports hard dependencies and can help you get info about mod (if it's loaded) just like a SOFT dependency. That's really cool.

# Examples
For any examples visit the repository for all official mods: https://github.com/AndroidModLoader?tab=repositories

# Discord
Discord Server of this project located here: https://discord.gg/2MY7W39kBg

Expand Down

0 comments on commit f3e2085

Please sign in to comment.