Last active
September 17, 2020 14:07
-
-
Save SalehDehqanpour/af8e38fb96b0b1abd721f9cb51609001 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1- Write a plugin for django which acts as a middleware and does the job of obfuscating **js** variables and function and **css** class names. | |
2- When we decompile an APK, the JADX output has all resources (e.g. stuff like R.string.*) by their numeric IDs. These make hard to build the APK. | |
Write a software which finds "ids" all over the code and replaces them by appropiate R. value. | |
I think you can use some more advanced android decompiling tool like JEB, JADX. Some of them can automatically parses the resource id and symbolize them :) | |
3- A plugin for PyCharm which removes unused resources (static files and/or templates) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment