binaryninja-api
binaryninja-api copied to clipboard
Can not undo loaded PDB until made at least one change
Version and Platform (required):
- Binary Ninja Version: 3.1.3570-dev
- OS: Windows
- OS Version: 10
- CPU Architecture: x64
Bug Description: Binary ninja can not undo loaded PDB.
Steps To Reproduce:
- Open a file which have a PDB
- Click Plugins->PDB->Load
- Try to click Edit->Undo which is disabled
- Click on any variable or function and press
nand thenENTER. You don't need to modify it really - Now you can click Edit->Undo
- It will undo loaded PDB
Expected Behavior: I expect it to unload PDB without making any other changes into database.