Skip to content

Session Data is Read Only #6802

@utkonos

Description

@utkonos

Version and Platform (required):

  • Binary Ninja Version: 5.0.7290
  • OS: macOS
  • OS Version: 15.4.1
  • CPU Architecture: x64

Bug Description:
Session data in a binary view can't be overwritten with a new value.

Steps To Reproduce:

bv.set_default_session_data('foo', 'bar')
bv.session_data.foo
bv.set_default_session_data('foo', 'baz')
bv.session_data.foo

Expected Behavior:
When a new value is written to a key, the key changes to the new value.

Screenshots/Video Recording:
Image

Metadata

Metadata

Assignees

Labels

Component: Python APIIssue needs changes to the python APIEffort: TrivialIssues require < 1 day of workImpact: LowIssue is a papercut or has a good, supported workaround

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions