Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 810 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 810 Bytes

Promon Shield String Deobfuscator

This project is used to decrypt dex strings for Promon Shield protected-apps.

[NEW] Now it can decrypt the strings which are passed to the functions at runtime (dynamically) but almost every string in dex is getting decrypted.

Working is quite simple, just reading the smali patterns and opcodes (which I added) and then decrypts them using some logic. I request contributors to please add new features. Thank you in advance. ILY <3

Why?

Just because I couldn't bypass Frida detection because I'm a noob, so I did this.

Credits

  • Me

Installation

Get the smali folder using Smali and then open the Python script and add the name of the folder at the end of the script. Save and RUN!

Happy Reversing 😉