|
编译过程:
- 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
复制代码
下载地址:
购买主题
已有 19 人购买
本主题需向作者支付 20 金币 才能浏览
上一篇: 步步高 vivo NEXS原厂线刷包解锁救砖,纯净无内置资料,亲测下一篇: 小米6 MIUI10 安卓8.0 刷入Root+Xposed
|