文件名称:dexDump:显示指定dex文件信息的工具
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-25 02:42:55
Python
转储 显示指定dex文件信息的工具 public class Main { public static void main ( String [] args ) throws Exception { System . out . println( " hello world => " + new Main () . monster( " 128 " , " 512 " )); } public int monster ( String a , String b ) { return Integer . parseInt(a) + Integer . parseInt(b); } } [monster@localhost]~/Develop/dexDump% dx --dex --output=hello.dex Main.
【文件预览】:
dexDump-master
----hello.dex(1KB)
----constant.py(1KB)
----utils.py(1KB)
----README.md(5KB)
----dex.py(19KB)
----main.py(171B)