hluwa / frida-dexdump

A frida tool to dump dex in memory to support security engineers analyzing malware.
GNU General Public License v3.0
3.98k stars 899 forks source link

frida-dexdump version not providing expected number #52

Closed cryptax closed 2 years ago

cryptax commented 2 years ago

This is a minor issue.

I have frida-dexdump 2.0.1:

$ pip list | grep dexdump
frida-dexdump  2.0.1

But if I do frida-dexdump --version, it says 15.1.17, which is Frida's version.

The program's help says:

 --version             show program's version number and exit

So, with this comment, I think that we should get 2.0.1. If not, it's just as simple as modifying the help with something like "show Frida's version number and exit"

hluwa commented 2 years ago

Thank you, fixed in #f81257ecf9408e604d40f41f49711b2d6e42df12 :)