frida / frida-tools

Frida CLI tools
Other
338 stars 95 forks source link

Fix type hinting in frida-creator #127

Closed yotamN closed 1 year ago

yotamN commented 1 year ago

lowercase tuple and dict are only supported from Python 3.9, so we will use the old way of an uppercase Tuple and Dict from the typing package.