Skip to content

Instantly share code, notes, and snippets.

@badrshs
Last active December 28, 2024 15:08
Show Gist options
  • Save badrshs/b22d56c07d336c4feb36544a3e1c7465 to your computer and use it in GitHub Desktop.
Save badrshs/b22d56c07d336c4feb36544a3e1c7465 to your computer and use it in GitHub Desktop.
programming notes
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