frida-js-dexdump is a copy of frida-dexdump writed by ts. It is a frida tool to find and dump dex in memory to support security engineers in analyzing malware.
Node.js Version > 14.16 , my dev node is 16.13.2
Python3 3.10.7
CLI arguments base on frida-tools, you can quickly dump the foreground application like this:
Or use select to choice app like this:
Or specify and spawn app like this:
Or select install app and spawn app like this:
Additionally, you can see in -h that the new options provided by frida-dexdump are:
When using, I suggest using the -d, --deep-search option, which may take more time, but the results will be more complete.