Skip to content

Releases: RusJJ/AndroidModLoader

1.2.1 release!

Choose a tag to compare

@RusJJ RusJJ released this 04 Jan 10:08

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 !

Choose a tag to compare

@RusJJ RusJJ released this 26 Aug 11:24

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

Choose a tag to compare

@RusJJ RusJJ released this 17 Jul 12:30

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

Better 64 bit support

Choose a tag to compare

@RusJJ RusJJ released this 03 Jul 11:54
a284f5b

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

ARM64 crash fix, Vtable hooker + updater fix

Choose a tag to compare

@RusJJ RusJJ released this 16 Mar 19:29

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

hotfix for 1.0.2 + News

Choose a tag to compare

@RusJJ RusJJ released this 26 Feb 09:13

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

Updater (broken) + more functions

Choose a tag to compare

@RusJJ RusJJ released this 24 Feb 11:22

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!

Choose a tag to compare

@RusJJ RusJJ released this 31 Jan 03:32

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

Choose a tag to compare

@RusJJ RusJJ released this 03 May 09:03
  • 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!

Choose a tag to compare

@RusJJ RusJJ released this 16 Jan 16:36

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)