Releases: KuhakuPixel/AceTheGame
0.1.3
Added
- Add initial version of In App purchase Hack support for android
Fixed
- [Modder]: build from source error on windows
- [Modder]: use
--use-aapt2
during rebuild, so we can patch newer games - [ATG]: fix crash on armv8l (saumsung J7)
- [ATG]: fix hang when connect to ACE Server on some devices more detail
Changed
- [Modder]: patch command from
modder patch [APK_PACKAGE_NAME]
tomodder patch [APK_PACKAGE_NAME] -m
for adding memory editing support - [Modder]: removed
decompile
andrecompile
command because its not too important
0.1.2
[0.1.2]
Fixed
-
[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
Added
- [Apk]: Region Level option (select which memory regions to scan)
- [Apk]: Scroll Bar for table
Changed
-
[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)
Removed
0.1.1
[0.1.1]
Fixed
- [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
Added
- [APK] add default port when pressing
Connect to ACE's server
- [Modder]
sign
command to sign apk
Changed
- [Modder] simplify
patch
command
Removed
0.1.0
[0.1.0]
Fixed
- [APK] error not showing when giving invalid input during scan
Added
- [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 clickdelete this address
) - [ACE]
region_level
option to choose which region to scan
Changed
- [APK] press only the value cell to edit address's value instead of the whole row
Removed
- [APK] unused binary module (apk's size is smaller now)
0.0.9
[0.0.9]
Fixed
- [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
Added
- [ATG] progress bar when scanning
- [ATG] Icon for the overlay button
Changed
Removed
0.0.8
[0.0.8]
Initial Alpha release of ATG apk
Fixed
- [ATG] Nasty Freezing bug in low end device after doing a couple of scan
because of incorrect implementation of runningsu
binary - [ATG] Crash when writting value of different type in Address Table
Added
-
[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 atadb logcat
is painful sometimes :v)
Changed
- [ATG] handle potrait and landscape orientation for Memory Menu
Removed
-
[ATG] Against value checkbox
instead, rely on whether the input field is empty
to scan with/without valuesuggestion from lasnik
0.0.7
Released initial version of APK
WARNING: still experimental and still many bugs, can't even be considered alpha
0.0.6
Fix:
Added
- support to start ACE as a server to communicate with gui via command
ACE attach-pid
and a client binary to talk to it
Changed
Fixed
- ACE's input command not working on some older device
(still can't work on non rooted old device)
0.0.5
- Make binary size smaller by stripping symbol so they don't become stupidly big
Version 0.0.3
- Add changing scan type feature for non rooted android