1. 下载资源
https://github.com/anestisb/vdexExtractor
2. 安装环境
yum install gcc
yum install zlib-devel
3. 运行
./vdexExtractor -i vdex
$ bin/vdexExtractor -h
vdexExtractor ver. 0.5.2
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)
--get-api : get Android API level based on Vdex version (expects single Vdex file)
-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
本文详细介绍了VdexExtractor的下载、环境配置及运行方法。VdexExtractor是一款由Anestis Bechtsoudis开发的工具,用于从Vdex文件中提取信息。文章提供了详细的命令行参数说明,包括输入路径、输出路径、文件覆盖选项、依赖项信息输出、字节码反编译开关等。
7978

被折叠的 条评论
为什么被折叠?



