Closed SWW13 closed 2 years ago
Could you please tell me what version of pyelftools you have installed?
extra/python-pyelftools 0.28-1
The relevant pyelftools code was added in this commit and binaryview.BinaryReader is missing both support for seek
's whence argument as well as tell
. There's a few other functions in Python's IOBase that are not implemented by BinaryReader, but not implementing those is probably fine ^^
Turns out BinaryNinja installs it's own Python packages with out any versioning in .binaryninja/python310/site-packages/
and was using 0.29
.
Removing the package allows the usage of the system package, then I run into #14.
Is this "official" plugin even maintained?
This should be resolved in v1.1.2, which you can now get from the plugin manager.
Binary Ninja Version: 3.1.3469 Personal, 93650e26 Platform: Arch Linux