binaryninja-api
binaryninja-api copied to clipboard
Crash: Crash on Write None to Globals `bv.file.database.write_global('foo', None)`
Version and Platform (required):
- Binary Ninja Version: 5.0.7248-dev
- OS: macOS
- OS Version: 15.4
- CPU Architecture: x64
Bug Description:
Crashes when this line of code is run in Python console: bv.file.database.write_global('foo', None)
Steps To Reproduce:
- Open binary
- Type this is Python console:
bv.file.database.write_global('foo', 'bar') - Type this is Python console:
bv.file.database.write_global('foo', None) - Observe crash Expected Behavior: No crash
Screenshots/Video Recording: