All Projects → ufologist → Onekey Decompile Apk

ufologist / Onekey Decompile Apk

一步到位反编译apk工具(onekey decompile apk)

Projects that are alternatives of or similar to Onekey Decompile Apk

Android Crack Tool
🐞Android crack tool For Mac
Stars: ✭ 2,666 (+257.37%)
Mutual labels:  apk, decompile
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (-43.83%)
Mutual labels:  apk, decompile
Apk Dependency Graph Plugin
Displays dependencies between classes as fancy graph.
Stars: ✭ 36 (-95.17%)
Mutual labels:  apk, decompile
Apkmod
Apkmod can decompile, recompile, sign APK, and bind the payload with any legit APP
Stars: ✭ 235 (-68.5%)
Mutual labels:  apk, decompile
android-decompile
📱 Decompile android apps with a single command
Stars: ✭ 17 (-97.72%)
Mutual labels:  apk, decompile
Apk Dependency Graph
Android class dependency visualizer. This tool helps to visualize the current state of the project.
Stars: ✭ 675 (-9.52%)
Mutual labels:  apk, decompile
react-native-decompiler
Decompile React Native Android/IOS Bundle.
Stars: ✭ 78 (-89.54%)
Mutual labels:  apk, decompile
Decompile Apk
🔥 Decompile APK(反编译APK)
Stars: ✭ 464 (-37.8%)
Mutual labels:  apk, decompile
Appinfoscanner
一款适用于以HW行动/红队/渗透测试团队为场景的移动端(Android、iOS、WEB、H5、静态网站)信息收集扫描工具,可以帮助渗透测试工程师、攻击队成员、红队成员快速收集到移动端或者静态WEB站点中关键的资产信息并提供基本的信息输出,如:Title、Domain、CDN、指纹信息、状态信息等。
Stars: ✭ 424 (-43.16%)
Mutual labels:  apk
Wifitransfer Master
Android下WIFI隔空apk安装
Stars: ✭ 560 (-24.93%)
Mutual labels:  apk
Redriver2
Driver 2 Playstation game reverse engineering effort
Stars: ✭ 426 (-42.9%)
Mutual labels:  decompile
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
Stars: ✭ 456 (-38.87%)
Mutual labels:  apk
Android Yolo
Real-time object detection on Android using the YOLO network with TensorFlow
Stars: ✭ 604 (-19.03%)
Mutual labels:  apk
Playstoredownloader
A command line tool to download Android applications directly from the Google Play Store by specifying their package name (an initial one-time configuration is required)
Stars: ✭ 664 (-10.99%)
Mutual labels:  apk
Adhrit
Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.
Stars: ✭ 399 (-46.51%)
Mutual labels:  apk
Apkurlgrep
Extract endpoints from APK files
Stars: ✭ 405 (-45.71%)
Mutual labels:  apk
Uber Apk Signer
A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing.
Stars: ✭ 677 (-9.25%)
Mutual labels:  apk
Diggy
Extract endpoints from apk files.
Stars: ✭ 654 (-12.33%)
Mutual labels:  apk
Apkgolf
The smallest Android APK in the world
Stars: ✭ 528 (-29.22%)
Mutual labels:  apk
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (-31.37%)
Mutual labels:  apk

onekey-decompile-apk

一步到位反编译apk工具(onekey decompile apk)

v1.0.1 2012-10-24

Automatically exported from code.google.com/p/onekey-decompile-apk

Starred by 83 users | DownloadCount 23758 | 2015-8-3 google-code

google-code-download

功能

  1. 集成apktool/dex2jar/jd-gui
  2. 只需执行一步即可反编译出apk所有文件(资源文件和jar等等)
  3. 打开jd-gui反编译jar文件

使用方法

  1. releases - Downloads中下载onekey-decompile-apk.zip, 解压缩到类似 D:\downloads\onekey-decompile-apk
  2. 将apk文件放到onekey-decompile-apk目录下
  3. 将apk文件拖拽到_onekey-decompile-apk.bat
  4. 执行完成后
    • 会在onekey-decompile-apk目录下生成和apk同名的目录(放置了apktools反编译出来的东西)
    • 会在onekey-decompile-apk目录下生成和apk同名的jar文件(dex2jar反编译出来的class)

运用工具(非常感谢他们)

  1. apktool反编译出apk中的资源文件, 例如AndroidManifest.xml和res

    java -jar apktool.jar d -d xxx.apk
    
  2. dex2jar反编译出apk中的class

    // dex2jar is deprecated, use the d2j-dex2jar
    d2j-dex2jar xxx.apk
    
  3. jd-ui/jad反编译class为java源文件

    反编译工具还是jad最强, JD-GUI只是方便反编译/查看整个jar而已, 反编译出来的代码不全,

    因此需要jd + jad(或者jadclipse eclipse插件使用更方便)配合才完美

参考

更新

  • 2012-10-24: inject_classes v1.0 将自己写的class混编(注入)到需要反编译的apk(mix/inject classes2apk) Changes
  • 2012-10-22: onekey-decompile-apk v1.0.1 将apktool降到1.4.1(原来是1.4.3), 只有这个版本能进行SmaliDebugging Changes
  • 2012-10-22: 新的一步到位打包apk(签名, 安装)工具(onekey build-sign-install apk). Changes
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].