strazzere / android-unpacker

Android Unpacker presented at Defcon 22: Android Hacker Protection Level 0
Apache License 2.0
1.12k stars 331 forks source link

Is there a precompiled version or some proper instructions ?? #35

Closed parind closed 7 years ago

parind commented 7 years ago

I am using Android Studio with NDK Installed but there seems to be a problem, Android Studio wont detect what type of project its using because theres no file like build.gradle indicating something. So its unclear for me too to go on with the project. If someone would help, it would be much appreciated.

strazzere commented 7 years ago

There is no precompiled version of this. The reason Android Studio doesn't detect anything is that this is not an Android Studio based project.

If you follow the instructions here; https://github.com/strazzere/android-unpacker/blob/master/native-unpacker/README.md

It should work - it only requires minor modifications to the Android.mk file https://github.com/strazzere/android-unpacker/blob/master/native-unpacker/Android.mk

strazzere commented 7 years ago

Whoops, I meant the Makefile; https://github.com/strazzere/android-unpacker/blob/master/native-unpacker/Makefile

This does a simple which ndk-build and will fail if the Android NDK isn't properly on your PATH.

parind commented 7 years ago

I am still unable to compile. Goes on endless errors like Path Not Found, Project Not Found, etc. God Its so messed up. Can this be compiled with gcc and if yes please can you post all the command parameters required like toolchain to be used or something else.

parind commented 7 years ago

Okay now !! I was able to compile it and will mostly be uploading the directory and the steps I used to compile to my Repo.

Edit :- Thank you @strazzere a lot for creating this wonderful executable. Hopefully Its working good and dumped a Bangcle protected dex in odex.

Thanks a lot.

strazzere commented 7 years ago

Hopefully, it works -- it hasn't been updated in a while, though the fundamentals still work on many things with just some minor tweaks.

apkunpacker commented 5 years ago

@parind please tell me step to compile it properly . I can not find your email on your profile else i could email you , my email is govindsharma111998@gmail.com , you may send me steps on email or here . Thanks in advance