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
Hello,
I am using ghidra for C++ decompilation and we use namespaces to represent c++ namespaces. I want to use function ID matching analysis, but the registration process strips any namespaces and only leaves the last part of the name, which is an issue for me since C++ code often has simple names that clash when you remove the namespace. Is it possible to support an option to make namespace stripping optional?
The text was updated successfully, but these errors were encountered:
@Swyter@itsmeft24@Anonymous941@Thodoris1999 I am tagging you because you seem to be interested in this issue and I came up with a solution, see the linked PR. Even if the Ghidra team decides not to merge it you can build your custom Ghidra and include that PR as a patch.
Hello,
I am using ghidra for C++ decompilation and we use namespaces to represent c++ namespaces. I want to use function ID matching analysis, but the registration process strips any namespaces and only leaves the last part of the name, which is an issue for me since C++ code often has simple names that clash when you remove the namespace. Is it possible to support an option to make namespace stripping optional?
The text was updated successfully, but these errors were encountered: