MT manager introduction & how to use it

MT manager video tutorial how to use it and what options contains in it to mod apps

Download the video tutorial I'll provide here and tutorial is made by euzada





Introduction to mt manager
Mt manager is best tool to mod app's but few things we cannot done using this tool... It also allows us to open some files which no other file manager supports in Android devices...
I'll provide you mt manager link in my first post and download it from there it's the latest one till now vip unlocked to it... 

1)Kill signature verification

Some apps verify the apk’s signature identity to prevent it from being modified.

This function is for VIP users. Its principle is hooking the method of getPackageInfo() in the PackageManager and modifying the data of the signatures.

MT manager gets the original signature data from the META-INF/XXX.RSA(DSA) file, so make sure that the RSA/DSA signature information file in the apk is unmodified before using this feature.

If the file is not the original apk, please first add META-INF/XXX.RSA(DSA) file in the original installation package into the current apk.


2)Resources Confuse

Resources Confuse can modify the resource names in the apk into meaningless symbols. The resource files in the res/xxxx/ folder will be transfered into the r/ folder, the entry names in the resources.arsc file will be modified to MT_Bin. Resource confusion will also reduce the apk file size to a certain extent and increase the difficulty of decompilation.



3)Resources Anti-Confuse

Resources Anti-Confuse is an inverse process of resource confusion, which is a function for VIP users. It can put all resource files back to their original res/xxx folder and restore the suffix of resource files name.

You can not restore the file name of the resource, because the original file name is eliminated. This is an irreversible process and the restored file name is in the form of “type name + ID”, such as “drawable001F”. The entry name in resources.arsc file is the same.




4)APK Optimize

This feature can repack , zipalign and optimize the non-standard files in the installation package by the mode of apk. The optimized installation package may be increased.

In the apk file, resource files such as images, audio, and resources.arsc should all be stored as storage with 4K alignment at the same time, which helps to increase the loading and running efficiency of the application.


5)APK Clone

In the Android system, the package name is the ID of each application. After the application is updated, the name, the picture and the interface may be changed. Only the package name can not be changed. For different applications, their package names should be different. Otherwise they will be considered the same applications.




6)Resources index.... 

Application Name
The application name is defined in the AndroidManifest.xml file, which is specifically in the label attribute of the application tag, but in general its value is just a resource ID and the specific value is in the arsc file. We designed it mainly for multi-language support. Then we can find its specific value in the arsc file according to the ID.

For example, just as shown below


In the figure above, the application name is specified as @7f0e0032. If in Simplified Chinese system, the application name is MT管理器. If in other language systems, the application name is MT Manager.



7)Layout file

In the dex file, if we want to search for the code of an Activity, it is generally through the setContentView(ID) to load the layout file. We can also use the above method to get the specific value of this ID, but we must find the value through the path of res/layout/activity_main.xml . You can see the layout resources stored in arsc just as a file path, and we need to go to the APK to find the file and open it.



In addition to the layout files, the image files, menu files, etc. are stored in the arsc file with their file paths, too.


8)Decrypt 

Some tools used for protecting android binaries (APK) mainly from reversing and tampering. It provides features like code obfuscation, class encryption, string encryption, asset/resource encryption, tamper protection, anti-debugger checks, VM/Environment checks, SSL pinning etc...

Don't worry a clear explanation how to play this game tutorial is there in this blog with clear explanation... 


Ok sorry that I'm kid and I'll try my level best to explain it to you in my ugly English... I hope you understand.... 



Download video tutorial link given above that really very helpful to understand to you



Comments

  1. Bro I need to view the hidden phone number during password reset in Instagram

    ReplyDelete

Post a Comment

latest

Tools Updated

How to create apkeditor Patch file

Unlock Vip or Premium in an app

Remove Ad's in an App