Back to Browse

How to Unpack Protected Android APK with Frida

8.8K views
Apr 16, 2023
25:59

#androidpentest #dexdump #frida #apkunpacking #memdump In this video we unpacked an APK file named AntiSplit-G2. All the classes in this application are protected using some kind of protector and the classes gets extracted into the memory as a de file by the application at runtime. We are going to try various methods to extract this packed APK or dex file which contains all the classes using frida hooking framework. You can download the sample application used in this video from our github repository. Also, the scripts showcased in this video were also uploaded to this repository. https://github.com/fatalSec/unpacking-APK If you enjoyed watching this video and found it informative, then don't forget to subscribe to this channel and also hit the like button. Feel free to comment below in case you have any suggestions or queries related to this video.

Download

0 formats

No download links available.

How to Unpack Protected Android APK with Frida | NatokHD