风吹屁屁凉 发表于 2014-9-22 18:55

Kisskiss - Unpacker for various Android packers/protectors

Kisskiss - Unpacker for various Android packers/protectors 一款Android上开源的通用脱壳机
Basic example of an easy unpacker for Android. Heavily commented so hopefully people can understand the flow and thinking behind the hacks going on.

Currently supports:

Bangcle (SecNeo)
APKProtect
LIAPP (prerelease demo)
Qihoo Android Packers

Usage:
Compile: (Assumes ndk-build and $ANDROID_NDK_SYSROOT are properly set)

$ make

Push to the device

$ make install

Run the APK to unpack and then run the unpacker

$adb shell ./data/local/tmp/kisskiss com.package.name.to.unpack

Follow the outputs instructions and pull the odex, deodex as needed and enjoy reversing!

源码:
https://github.com/strazzere/android-unpacker/tree/master/native-unpacker

论文:
https://www.defcon.org/images/defcon-22/dc-22-presentations/Strazzere-Sawyer/DEFCON-22-Strazzere-and-Sawyer-Android-Hacker-Protection-Level-UPDATED.pdf

巅峰 发表于 2014-9-22 19:08

楼上是大神吗 我怎么一个都看不懂?

28992228 发表于 2014-9-22 19:49

这个是什么啊,看不懂!我太菜了:(

0度的浪漫 发表于 2014-9-22 20:40

大婶都整英文啊

0度的浪漫 发表于 2014-9-22 20:42

那会还看到52网盘下载呢 怎么突然没啦

beta 发表于 2014-9-22 22:39

哪里有编译好的程序下载?

PjUser 发表于 2014-9-22 22:53

安卓上也可以搞了 好强大
页: [1]
查看完整版本: Kisskiss - Unpacker for various Android packers/protectors