Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
937 stars 213 forks source link

Undefining a data variable or function does not remove the symbol for it #6165

Open negasora opened 2 days ago

negasora commented 2 days ago
  1. Open a binary
  2. Select a function/data variable
  3. Notice bv.get_symbol_at(here) shows the symbol for what you have selected
  4. Hit u or use undefine from the context menu
  5. Notice bv.get_symbol_at(here) still shows the symbol for what you have selected
xusheng6 commented 1 day ago

It only removes a user symbol iirc. Is it the case?