open source security auditing tools for games on android and linux. Containing memory scanner/editor, apk GUI, value freezer, android non root support and many more!
[ ] Add options to write value to all address in address table
[ ] #80
[ ] More descriptive name for Scan Type
like cheat engine, where the name of scan type
is Exact Scan, Less than and etc are more readable
than symbols =, <
[ ] Option to add address manually to address table
[x] Option to add all matches to address table
[ ] Option to Pause while scanning
[x] Freeze value of an address
[ ] show value of an address in real time
[ ] Undo
add an option to limit matches count
that can be undo-ed so it won't consume
too much memory
[ ] #61
Modder
[ ] ship with adb binary so adb command won't be needed
[x] #68
from download to pull to download apk from device
(better name and similliar to adb)
[ ] #69
(add some flag in patch command)
ACE
[ ] Use data-format like json for communication to APK
[ ] array scan
currently messages sent by ACE to APK are hard to read because it only sent the "raw" message like when giving request, its hard to know
if the request is a success or failure
[ ] use github action for CI/CD
APK
[x] #62
[x] #65
[x] Add region level options for scanning
[x] #71
[ ] #72
[x] Use adb shell getprop ro.product.cpu.abi instead of
uname -m
to determine binary to use[ ] Add options to write value to all address in address table
[ ] #80
[ ] More descriptive name for
Scan Type
[ ] Option to add address manually to address table
[x] Option to add all matches to address table
[ ] Option to Pause while scanning
[x] Freeze value of an address
[ ] show value of an address in real time
[ ] Undo
[ ] #61
Modder
adb
command won't be neededdownload
topull
to download apk from device (better name and similliar toadb
)patch
command)ACE