When loading a binary in Binary Ninja after installing this plugin:
/home/lockbox/.binaryninja/repositories/official/plugins/Vector35_dwarf_import/__init__.py:85: DeprecatedWarning: __len__ is deprecated. Use .length instead. Python disallows the length of an object to >= 0x8000000000000000. See https://bugs.python.org/issue21444.
if not bv.parent_view:
When loading a binary in Binary Ninja after installing this plugin:
changing this line to
removes this issue