Open ACaiSec opened 1 year ago
I was able to reproduce this, but I'm on macOS. The directions should be similar, so you'll need to add the directory where Binary Ninja installed the Python dependencies to the Settings for "Python Virtual Environment Site-Packages".
Watch for the following output in the Log
window when installing this plugin from the plugin manager:
Note the --target
argument and the path where the dependencies are installed
'--target', '/Users/ekilmer/Library/Application Support/Binary Ninja/python310/site-packages', 'pyevmasm', 'interval3', 'evm-cfg-builder>=0.2.0'
You will need to add this path in the Binary Ninja Settings
, like so
Your Python version will be Python 3.8, and the paths will be different for Windows, but it should be a similar process.
If you still have issues, please post screenshots of what you're seeing, similar to the two pics I posted.
System: Windows 10 I try to install ethersplay in Plugin Manager and manual way, but neither works. The error information as follow:
And the
interval3
has been installed.Python version is
3.8.3
.I am a novice, please advise. Thanks a lot.