Ghidra-Cpp-Class-Analyzer icon indicating copy to clipboard operation
Ghidra-Cpp-Class-Analyzer copied to clipboard

Plugin: ClassTypeInfoManager name collision

Open astrelsky opened this issue 3 years ago • 0 comments

Opening two programs with the same name in the code browser will cause the same ClassTypeInfoManager to be used because the program name is used as a key. The full path in the Ghidra project for the program should be used instead.

astrelsky avatar Jun 15 '22 11:06 astrelsky