安卓8.1/9合并vdex-odex工具及教程(linux/Cygwin环境)

独享官方固件

官方固件均可用,请放心下载

前往下载
Ctrl+D

收藏VIPROM

全站资源均下载

关闭
当前位置:主页 > 安卓工具 >

安卓8.1/9合并vdex-odex工具及教程(linux/Cygwin环境)

浏览:
收藏:
下载:
软件介绍

8.1/9合并vdex-odex工具及教程(linux/Cygwin环境)

编译过程:
Clone this repository
Install Android NDK if you want to cross-compile for Android devices
Invoke make.sh bash script with desired build target
$ ./make.sh - if CC not defined from env use gcc by default
$ ./make.sh gcc - compile with gcc
$ ./make.sh clang - compile with clang
$ ./make.sh cross-android - cross-compile (armeabi-v7a, arm64-v8a, x86 & x86_64) for Android with NDK
Executables are copied under the bin directory
For debug builds use $ DEBUG=true ./make.sh

使用方法:
$ bin/vdexExtractor -h
vdexExtractor ver. 0.4.1
Anestis Bechtsoudis <anestis@census-labs.com>
Copyright 2017 - 2018 by CENSUS S.A. All Rights Reserved.

-i, --input=<path> : input dir (search recursively) or single file
-o, --output=<path> : output path (default is same as input)
-f, --file-override : allow output file override if already exists (default: false)
--no-unquicken : disable unquicken bytecode decompiler (don't de-odex)
--deps : dump verified dependencies information
--dis : enable bytecode disassembler
--ignore-crc-error : decompiled Dex CRC errors are ignored (see issue #3)
--new-crc=<path> : text file with extracted Apk or Dex file location checksum(s)
-v, --debug=LEVEL : log level (0 - FATAL ... 4 - DEBUG), default: '3' (INFO)
-l, --log-file=<path>: save disassembler and/or verified dependencies output to log file (default is STDOUT)
-h, --help : this help

友情提示:
刷机有风险,刷机需谨慎!ROM简介仅供参考,VIPROM是官方ROM资源库,所有ROM资源均为官方发布资源。所有定制ROM资源著作权及相关权利归本网站及开发者所有。

收藏成功!

欢迎你留下对我们网站的宝贵建议

0/200

请留下您的QQ

改天再写