Last active
December 28, 2024 15:08
-
-
Save badrshs/b22d56c07d336c4feb36544a3e1c7465 to your computer and use it in GitHub Desktop.
programming notes
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
you can decompile your apk file using apk studio. | |
(http://vaibhavpandey.com/apkstudio/) . Decompiled source will be in .smali file types (hexadecimal values ). | |
------------------------------------------ | |
you can assign new key to the apk directly via | |
https://shatter-box.com/knowledgebase/android-apk-signing-tool-apk-signer/ | |
------------------------------------------ | |
if you want to trace https request download mitmproxy and open the web ui version | |
choose the application you want to trace with and start .. this should show all the request going from the app to it even if it's https |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment