-
[Apk] empty progress bar on non rooted device
-
[Apk] apk crashing on
Ld Player
-
[Modder] Patch error on some apk because of adding smali code to a dex file that is already at its limit
- [Apk]: Region Level option (select which memory regions to scan)
- [Apk]: Scroll Bar for table
-
[ACE] region level's default value from
heap_stack_executable_bss
toall_read_write
(on some device like LdPlayer it isn't finding a match because it excludes important region in name of optimization, this fast scan feature is still experimental, so it shouldn't be used by default)
- [Modder] installation fails when Apk's
AndroidManifests.xml
'sextractNativeLib=false
- [Modder] patch fails with exception
can't find launchable activity
because of usingaapt1
instead ofaapt2
- [APK] add default port when pressing
Connect to ACE's server
- [Modder]
sign
command to sign apk
- [Modder] simplify
patch
command
- [APK] error not showing when giving invalid input during scan
- [APK] freeze value
- [APK] right arrow icon option to add all matches to address table
- [APK] faster scan by only scanning memory region that matters
- [APK] options to delete all (trash icon) or one address in address table
(clicking the address of an entry and click
delete this address
) - [ACE]
region_level
option to choose which region to scan
- [APK] press only the value cell to edit address's value instead of the whole row
- [APK] unused binary module (apk's size is smaller now)
- [ATG] some of scan options not shown, because it is not scrollable
- [ATG] scanning for value may freeze the entire app due to only using one thread
- [ATG] progress bar when scanning
- [ATG] Icon for the overlay button
Initial Alpha release of ATG apk
- [ATG] Nasty Freezing bug in low end device after doing a couple of scan
because of incorrect implementation of running
su
binary - [ATG] Crash when writting value of different type in Address Table
-
[ATG] Better explanation of the difference between the file ("CHANGELOG") and its function "the change log".
-
[ATG]
Connect To ACE server
button, this is for developer who wants to run their ownACE
server instead of it being runned by the apkthis can help with debugging and see the output better (because looking at
adb logcat
is painful sometimes :v)
- [ATG] handle potrait and landscape orientation for Memory Menu
-
[ATG] Against value checkbox
instead, rely on whether the input field is empty to scan with/without value
suggestion from lasnik