Ghidra-Cpp-Class-Analyzer
Ghidra-Cpp-Class-Analyzer copied to clipboard
Plugin: ClassTypeInfoManager name collision
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.