TamerPlatform / frida-push

Wrapper tool to identify the remote device and push device specific frida-server binary.
GNU General Public License v3.0
43 stars 32 forks source link

multi device compatability #3

Open anantshri opened 7 years ago

anantshri commented 7 years ago

support device selection in case mutliple devices are connected.

relaxedricky commented 6 years ago

$ frida-push -h

usage: frida-push [-h] [-d DEVICE_NAME] [--version]

optional arguments: -h, --help show this help message and exit -d DEVICE_NAME, --device-name DEVICE_NAME -f, --force force download --version show program's version number and exit

^ -d should cover this, does this mean you can close this issue?