DEXExplorer
7950*-*DEX浏览器:该工具将允许您使用十六进制编辑器编辑 dex 文件,因为它会显示方法代码的起始地址,
显示为十进制(而不是十六进制),您必须将其转换并添加 10(十六进制)。
必须始终指定目标 dex 文件。
所有输出文件都在目标 dex 目录中创建。
首先,您提取有关 dex 的信息,例如包含的类的名称、类数据偏移量...
使用“提取信息”按钮。
更改 dex 文件后,您可以使用“签署 DEX”按钮更新 dex 文件的哈希值。
对于“反编译”按钮,您还必须指定类名 (classType) 或 ClassData Offset。
(DEXExplorer:
This tool will allows you to edit dex file with a hexeditor since it will show the method code start address,
that is showed as decimal (not as hexadecimal), you must convert it and add 10 (hexa) to it.
Target dex file must be always specified.
All ouput files are created in the target dex directory.
First you extract information about dex like name of classes contained, Classes Data Offset ...
using "Extract Info" button.
After you changed the dex file you could update the hash of dex file using "Sign DEX" button.
For "Decompile" button you must also specify Class name (classType) or ClassData Offset.)
页:
[1]