You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 notnamespace::Class::function
.To Reproduce
Steps to reproduce the behavior:
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):
Additional context
This is a huge annoyance, and I would appreciate it if it were fixed in the near future.
The text was updated successfully, but these errors were encountered: