ghidra
ghidra copied to clipboard
"Go To" menu does not work for functions with namespaces
Describe the bug
The "Go To" menu does not work for functions with namespaces, like, for example, namespace::Class::function
. Class::function
works just fine, just not namespace::Class::function
.
To Reproduce Steps to reproduce the behavior:
- Go to the "Go To" menu
- Type in a function that has a namespace and a class attached to it
- It will not jump to the function, instead showing "No results."
Expected behavior It will jump to the function, due to the fact that it exists in the binary.
Screenshots
Environment (please complete the following information):
- OS: Windows 11 (10.0.22631.3737)
- Java Version: 17.0
- Ghidra Version: 11.0
- Ghidra Origin: GitHub
Additional context This is a huge annoyance, and I would appreciate it if it were fixed in the near future.