-
For Removal Element Description ghidra.app.cmd.data.rtti.ClassTypeInfo.getUniqueTypeName() this no longer serves a purposeghidra.app.cmd.data.rtti.gcc.ClassTypeInfoUtils.getVptrDataType(Program, ClassTypeInfo, CategoryPath) the path parameter is now ignoredghidra.app.cmd.data.rtti.gcc.ExternalClassTypeInfo ghidra.app.cmd.data.rtti.gcc.factory.TypeInfoFactory please use the methods provided byClassTypeInfoManager
ghidra.app.cmd.data.rtti.gcc.GnuUtils.getAllDataBlocks(Program) ghidra.app.cmd.data.rtti.gcc.GnuUtils.isDataBlock(MemoryBlock) ghidra.app.cmd.data.rtti.gcc.TypeInfoUtils.isTypeInfo(Program, Address) please useTypeInfoManager.isTypeInfo(Address)
ghidra.app.cmd.data.rtti.gcc.TypeInfoUtils.isTypeInfo(MemBuffer) please useTypeInfoManager.isTypeInfo(Address)
-
Classes Class Description ghidra.app.cmd.data.rtti.gcc.ExternalClassTypeInfo ghidra.app.cmd.data.rtti.gcc.factory.TypeInfoFactory please use the methods provided byClassTypeInfoManager
-
Methods Method Description cppclassanalyzer.analysis.vs.VsCppClassAnalyzer.getClassTypeInfoList(Program, TaskMonitor) useProgramClassTypeInfoManager.getTypes()
after invokingVsCppClassAnalyzer.buildClassTypeInfoDatabase(Program, TaskMonitor)
or having run the WindowsCppClassAnalyzer.ghidra.app.cmd.data.rtti.ClassTypeInfo.getUniqueTypeName() this no longer serves a purposeghidra.app.cmd.data.rtti.gcc.ClassTypeInfoUtils.getVptrDataType(Program, ClassTypeInfo, CategoryPath) the path parameter is now ignoredghidra.app.cmd.data.rtti.gcc.GnuUtils.getAllDataBlocks(Program) ghidra.app.cmd.data.rtti.gcc.GnuUtils.isDataBlock(MemoryBlock) ghidra.app.cmd.data.rtti.gcc.TypeInfoUtils.isTypeInfo(Program, Address) please useTypeInfoManager.isTypeInfo(Address)
ghidra.app.cmd.data.rtti.gcc.TypeInfoUtils.isTypeInfo(MemBuffer) please useTypeInfoManager.isTypeInfo(Address)