-
Notifications
You must be signed in to change notification settings - Fork 256
Closed
Description
Version and Platform (required):
- Binary Ninja Version: 3.5.4526
- OS: macOS
- OS Version: 14.2.1
- CPU Architecture: x64
Bug Description:
On instantiation, StructuredDataView raises a warning. But the message is unclear as to what should be changed. The two options listed in the message do not seem related to the executed code.
Steps To Reproduce:
Please provide all steps required to reproduce the behavior:
- Open Python console
- Select the address of the first section header
- Run this python
binaryninja.StructuredDataView(bv, 'Section_Header', here)
- See warning:
>>> binaryninja.StructuredDataView(bv, 'Section_Header', here)
<console>:1: DeprecatedWarning: __init__ is deprecated as of 3.4.3997. Use TypedDataAccessor or DataVariable.value instead.
<StructuredDataView type:Section_Header size:0x28 address:0x400200>
Expected Behavior:
No warnings or errors.
Metadata
Metadata
Assignees
Labels
No labels