NationalSecurityAgency / ghidra

Ghidra is a software reverse engineering (SRE) framework
https://www.nsa.gov/ghidra
Apache License 2.0
50.85k stars 5.8k forks source link

Fix wrong namespaces when using XML imports #6823

Closed roblabla closed 1 week ago

roblabla commented 1 month ago

When importing a Ghidra XML, the namespaces weren't getting applied properly due to a bug in the code that strips the final ::, resulting in all the functions being put in the global namespace instead of their respective namespaces.