搜索资源列表

  1. apk反编译工具

    1下载:
  2. 所属分类:反编译

    • 发布日期:2010-10-19
    • 文件大小:1673865
    • 提供者:s980601
  1. apk反编译的工具

    0下载:
  2. apk反编译的工具,可以看到java源码,附我整理的使用方法和一个例子-apk decompilation tools, you can see java source code, I am finishing with an example using the methods and
  3. 所属分类:反编译

  1. apktool

    0下载:
  2. apk反编译的一个工具,附我整理的使用方法-apk decompile a tool to use with my order
  3. 所属分类:android开发

    • 发布日期:2024-11-05
    • 文件大小:3649536
    • 提供者:丛远东
  1. APK

    0下载:
  2. APK文件为压缩包,解压缩后会有XML,DEX等文件,也是Android开发的源文件,但XML和DEX文件都是经过编译的文件,网上也下载到相关的反编译工具,但不能解决批量反编译的问题,所以本程序就此诞生,运行本程序,可以搜索此-APK file is compressed, decompressed will be XML, DEX and other documents, but also developed Android sour
  3. 所属分类:android开发

    • 发布日期:2024-11-05
    • 文件大小:2586624
    • 提供者:roy.mac
  1. Apk-Decompiler-Tool

    0下载:
  2. Apk反编译工具,能够反编译Android应用软件.-An Apk decompile tool, can decompile the Android application software.
  3. 所属分类:android开发

    • 发布日期:2024-11-05
    • 文件大小:5319680
    • 提供者:momo
  1. APK-Tool

    0下载:
  2. 这是android的APK反编译的工具之一,之后还会上传其它的工具。这是很好的反编译工具,但是反编译后的代码不能直接拿来用-This is the android APK decompilation tools, and also upload other tools. This is a good tool to decompile, but the decompiled code can not be directly used..
  3. 所属分类:android开发

    • 发布日期:2024-11-05
    • 文件大小:4187136
    • 提供者:小俞
  1. Gapktoolv1.2

    0下载:
  2. 图形界面,集成了apktool1.4 dex2jar jd-gui-0.3.3 jad 1.5.8g 的 APK 反编译工具。需要jre环境运行。 默认使用jad反编译,如果编译出来的java代码难以阅读,请选择使用jd-gui反编译。 保留smali文件删除gen、src修改res里的文件后可以重修打包成apk使用。 -Graphical interface, integrated apktool1.4 dex2jar j
  3. 所属分类:android开发

    • 发布日期:2024-11-05
    • 文件大小:5548032
    • 提供者:雷毅
  1. ApkTool

    0下载:
  2. apktool是apk反编译工具能够反编译及回编译apk,同时安装反编译系统apk所需要的fr a mework-res框架,清理上次反编译文件夹等功能。-apktool is apk decompile tool to decompile back compile apk installed at the same time the fr a mework-res fr a mework the decompilation syste
  3. 所属分类:android开发

    • 发布日期:2024-11-05
    • 文件大小:3492864
    • 提供者:yyy
  1. android-apk-decompile

    0下载:
  2. 反编译android apk,包含反编译工具和步骤说明文档。-Decompile android apk, decompile contains tools and procedures documentation.
  3. 所属分类:android开发

    • 发布日期:2024-11-05
    • 文件大小:1970176
    • 提供者:01猪猪大侠
  1. APK-tools

    0下载:
  2. android .apk反编译工具.很实用,供参考.-android .apk decompiling tool is very useful for reference.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-11-05
    • 文件大小:9191424
    • 提供者:feihong
  1. APK-decompilation-tool-v1.6

    0下载:
  2. Android 反编译工具,用于反编译android apk。-Android decompilation tool for decompiling android apk.
  3. 所属分类:android开发

    • 发布日期:2024-11-05
    • 文件大小:7786496
    • 提供者:andy
  1. APKTool

    0下载:
  2. apktool是apk反编译工具能够反编译及回编译apk,同时安装反编译系统apk所需要的fr a mework-res框架-Apktool is apk decompiling tools can be decompiled and back to compile apk, at the same time needed to install apk decompiling system fr a mework- res fr a m
  3. 所属分类:android开发

    • 发布日期:2024-11-05
    • 文件大小:2857984
    • 提供者:jxs
  1. dex2jar-0.0.7-SNAPSHOT

    0下载:
  2. 反编译工具,可以和jd-gui-0.3.3.windows.zip一起使用反编译android程序(Decompile tools that can be used with jd-gui-0.3.3.windows.zip to decompile Android programs)
  3. 所属分类:android开发

    • 发布日期:2024-11-05
    • 文件大小:950272
    • 提供者:大人来了
  1. APK反编译工具包v1.6

    0下载:
  2. 反编译个工具,可以将Android安装文件apk进行反编译(anti-compile tool for Android install file apk)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-05
    • 文件大小:7785472
    • 提供者:Gavin009
  1. apk反编译

    0下载:
  2. 首先将apk文件后缀改为zip并解压,得到其中的classes.dex,它就是java文件编译再通过dx工具打包而成的,将classes.dex复制到dex2jar.bat所在目录dex2jar-0.0.9.9文件夹。 在命令行下定位到dex2jar.bat所在目录,运行 dex2jar.bat classes.dex 生成 classes_dex2jar.jar 然后,进入jdgui文件夹双击jd-
  3. 所属分类:其他小程序

    • 发布日期:2024-11-05
    • 文件大小:18161664
    • 提供者:绵杨
  1. AndroidKiller

    0下载:
  2. APK文件反编译工具,下载后自行设置SDK,替换最新版本apktool工具包!(APK file decompile tool, download the SDK after download, replace the latest version of the apktool toolkit!)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-05
    • 文件大小:20229120
    • 提供者:伊琳
  1. ApkToolkit

    0下载:
  2. ApkToolkit 绿色中文版这款APK反编译工具(ApkToolkit)拥有编译、反编译、签名等功能,对于经常DIY安卓软件的朋友来说,是必不可少的工具。能够支持WIN7系统,但是这款安卓apk反编译工具暂不支持WIN8系统。(Decompile APK program)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-05
    • 文件大小:24948736
    • 提供者:谁的谁心疼
  1. ApkDecode

    0下载:
  2. apk反编译工具,用于apk的反编译,用于逆向工程(apkdecode for apk's decode for everyone , you can reverse your project)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-05
    • 文件大小:3007488
    • 提供者:hugo_zhou
  1. 反编译工具

    0下载:
  2. 这款APK反编译工具(ApkToolkit)拥有编译、反编译、签名等功能,对于经常DIY安卓软件的朋友来说,是必不可少的工具。(This APK decompile tool (ApkToolkit) has the functions of compiling, decomcompiling, signing and so on. It is an essential tool for friends who often DIY An
  3. 所属分类:Windows编程

    • 发布日期:2024-11-05
    • 文件大小:705536
    • 提供者:ZXS9527
  1. 反编译工具dex2_jar

    0下载:
  2. android apk反编译工具,把apk解压出class.dex,window下使用dex2jar,打开class.dex
  3. 所属分类:反汇编

« 12 »

源码中国 www.ymcn.org