葫芦娃
葫芦娃
为什么不能顺利运行。
那样输出不太好看, field 输出的 handle 就是为了可以让你们手动进行这个操作。 深度分析的功能有在考虑, 但最近没什么时间写代码。
简洁明了好看直观当然是首要的
It maybe an unpacked dex file? see classes*.dex in apk.
1. APP 原始的 classes*.dex 通常不会被 frida-dexdump 发现 2. 若未开启 -d 选项,文件头被破坏的 dex 不会被发现
@wholegale39 python main.py -n com.xxxx.xxx -f
The dex_size is easily be clear or modify, Normally map_offset is last section of dex file. if you using python, dex_size is already fix in [dex_fix](https://github.com/hluwa/FRIDA-DEXDump/blob/master/frida_dexdump/main.py#L63)
The dump size is already contains map_items, see `get_dex_real_size` and `get_maps_end` in agent.js.
problem 1 same as #22 problem 2 resolved in #31
Try again for lastest frida-server and python binding, thanks.