frida / frida-tools

Frida CLI tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace deprecated optparse with argparse

yotamN opened this issue · comments

commented

optparse is deprecated since Python 3.2 (somewhere around 2011) so we should probably update the code to use argparse. It will also improve the help message

commented

Fixed by #75