Skip to content

Commit

Permalink
updating frida version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
bannsec committed Apr 3, 2024
1 parent c832245 commit 61f5a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
keywords='frida python3 reversing dbi',
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
install_requires=['frida==12.11.18', 'prettytable', 'colorama', 'termcolor', 'psutil',
install_requires=['frida==16.2.1', 'prettytable', 'colorama', 'termcolor', 'psutil',
'pyelftools', 'pefile', 'appdirs', 'bs4', 'requests',
'unicorn', 'prompt-toolkit', 'r2pipe', 'pygments'],
extras_require={
Expand Down

0 comments on commit 61f5a41

Please sign in to comment.