Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't search for function names in cross-references while not in table view #6374

Open
fuzyll opened this issue Jan 29, 2025 · 0 comments
Open
Labels
Component: UI Issue needs changes to the user interface Type: Bug Issue is a non-crashing bug with repro steps UI: Cross References Issues with the Cross References widget

Comments

@fuzyll
Copy link
Contributor

fuzyll commented Jan 29, 2025

Version and Platform (required):

  • Binary Ninja Version: 4.3.6766-dev
  • OS: macOS
  • OS Version: 15.2
  • CPU Architecture: aarch64

Bug Description:
My function has a large number of cross-references. I want to look for a specific one. In Table View, I can search for a substring of the function I'm looking for and find what I want. In the default view, the search will not show any results.

Steps To Reproduce:

  1. Go to a location in a binary that has a cross-reference to a named function you can search for
  2. Search for a substring of that function's name while not in Table View
  3. Observe that it will not show the cross-reference with the filter applied
  4. (Bonus: Try it again with Table View, observe that it works.)

Expected Behavior:
I should see the cross-reference when it's filtered.

Screenshots/Video Recording:
Absent:
Image

Present:
Image

Binary:
I can provide this binary upon request, although it should reproduce with any.

Additional Information:
I also wound up, while trying to reproduce this issue to write it up, finding maybe a different bug? Essentially, the filter I had was still applied even after I had cleared it, and it required me to type something else in (a space worked, in this case) to get the filter to be un-applied. Or, maybe it applied a new filter with a space? In any case, I'm not sure if that's repeatable, so I didn't open a separate issue for that.

@fuzyll fuzyll added Component: UI Issue needs changes to the user interface Type: Bug Issue is a non-crashing bug with repro steps UI: Cross References Issues with the Cross References widget labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: UI Issue needs changes to the user interface Type: Bug Issue is a non-crashing bug with repro steps UI: Cross References Issues with the Cross References widget
Projects
None yet
Development

No branches or pull requests

1 participant