178 words
1 minutes
MT manager, and debug tips

modify static resource#

located tips: open via jadx, find java work code, pay attention to the method’s name, usually xml’s name is align with its method name while developing.

定位技巧:jadx打开,找到java业务逻辑,注意方法名,一般开发的时候xml命名会和方法名保持一致

image-20241228110247682

image-20241228110756965

successfully modified

image-20241228110504698

remove dialog update message#

located via key words, if ur unsure, use frida to check.

image-20241228111258714

open dex with dex editor. comment it

image-20241228113741343

debug mode#

By default, Android system does not allow applications to be debugged at will. If you want to debug, you need to meet one of the two conditions.

  • ro.debug = 1 (default is 0) in Android system. [recommended]
    • Scheme 1: Base on MagiskHidePropsConf module of Magisk. rewrite its value to 1

    • Scheme2: customize AOSP

  • include android:debuggable="true" in app’s AndroidManifest.xml by MT Manager

now lets say Scheme 1. after installing the module, reboot your device.

adb shell getprop ro.debuggable most of time its 0

enter adb shell, and thenprops. select 5

jadx dynamic debug#

double click the pid you want to attach

image-20241228133233255

MT manager, and debug tips
https://zycreverse.netlify.app/posts/app-reverse/mt/
Author
会写点代码的本子画手
Published at
2024-12-28