No title









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...





 

Post a Comment

Previous Post Next Post