ClaudiuGeorgiu / Obfuscapk

An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques
MIT License
1.11k stars 288 forks source link

How to check if apk file is indeed obfuscated? #78

Closed aldwnesx closed 11 months ago

aldwnesx commented 3 years ago

How to check if apk file is indeed obfuscated?

ClaudiuGeorgiu commented 3 years ago

Hi, you can use a tool like jadx to check the decompiled code of the obfuscated apk.