Skip to content

Releases: RusJJ/AndroidModLoader

1.2.1 release!

04 Jan 10:08
Compare
Choose a tag to compare

There is nothing ordinary, just a fixes and new features (also i forgot to upload 1.2 here :P)

DO NOT PUT THIS FILE IN MODS FOLDER IF YOU`RE NOT AN IDIOT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

v1.1 !

26 Aug 11:24
Compare
Choose a tag to compare

Okay, it's time to jump to the bigger number (we have a lot of zeros!).
In this version:

  • Crash fix if required mod is missing
  • Crash handler!
  • Save android logs into the file (disabled by default)
  • File downloading timeout is 2 seconds (was 3 before)
  • New functions
  • Fixed VTable Hook
  • Interfaces and ModsList storage has been rewritten
  • Maybe more changes that i forgot to mention!

Change the hooking system

17 Jul 12:30
Compare
Choose a tag to compare

The current system for hooking is Dobby!
Previous ARMv8 version had some issues. Now they are resolved?

Better 64 bit support

03 Jul 11:54
a284f5b
Compare
Choose a tag to compare

Added missing instructions to ARMPatch and fixed behaviour of "Unprotect"

ARM64 crash fix, Vtable hooker + updater fix

16 Mar 19:29
Compare
Choose a tag to compare

Fixed a crash with the AML for 64 bit apps and also fixed a bad logic in Updater

hotfix for 1.0.2 + News

26 Feb 09:13
Compare
Choose a tag to compare

This version is a hotfix for a previous version that also adds news!

Updater (broken) + more functions

24 Feb 11:22
Compare
Choose a tag to compare

This release may be not so stable so be ready!
Updater is a bit dangerous thing. DO NOT DOWNLOAD RANDOM MODS YOU DON'T KNOW.

Little. But a big move!

31 Jan 03:32
Compare
Choose a tag to compare

There's some changes in the code!
MAY NOT BE READY TO BE USED

  • Added xDL ( https://github.com/hexhacking/xDL )
  • Fixed PlaceB/PlaceJMP
  • ARMPatch supports ARM/Thumb instruction sets (hope it is, sadly I'm not really able to check both of them working)
  • Mods are now loadable from the folder located in internal directory (Default: AMLMods)
  • You can now set a fake game name (may help with the clone-games and modded apks)
  • More functions for ppl that create mods!

1.0.0.6

03 May 09:03
Compare
Choose a tag to compare
  • More things for modmakers: GetLibLength, Redirect, PlaceBL/BLX, PatternScan
  • NOP opcode is now a real NOP opcode instead of "MOV R0, R0"
  • An attempt to fix mods loading on some "very secure" smartphones (OnePlus and more)

1.0.0.5!

16 Jan 16:36
Compare
Choose a tag to compare

A release of 1.0.0.5 is finally here!
Change Log:

  • Faster mod loading
  • Added callbacks such as "OnAllModsLoaded" and "OnInterfaceAdded"
  • Replace std::string and std::filesystem with faster C-functions
  • Updated ARMPatch
  • AML Interface has new functions as GetAndroidDataPath and GetSym (which uses LIBRARY ADDRESS as a first argument instead of a HANDLE)