Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Releases: astrelsky/Ghidra-Cpp-Class-Analyzer

10.2.x Builds

05 Nov 13:07

Choose a tag to compare

2.2

set java version to 17 in test runner

10.1.5 Build

07 Sep 22:18
254f9ee

Choose a tag to compare

The TypeInfoFactoryDataType has been removed.

Class Tree Fixes

12 Mar 02:16

Choose a tag to compare

2.1.1

javadoc fix

Ghidra 10.1 Builds

11 Dec 13:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.5...2.1

Ghidra 10.0 Build

23 Jun 23:01
c39bb32

Choose a tag to compare

Merge pull request #41 from fmagin/plugin_not_activated

Avoid NullPointerExceptions if plugin isn't activated yet

Ghidra 9.2.4/10.0_BETA Release

31 May 20:40

Choose a tag to compare

The build for Ghidra 10.0_BETA comes from the dev branch. If you wish to build the plugin from source for Ghidra 10.0 be sure to switch to the dev branch.

Update for 9.2.2

19 Jan 22:21
e81cd9d

Choose a tag to compare

Merge pull request #33 from garyttierney/feat/class-graph-script

Add a script to graph a class hierarchy tree

Update for 9.2.1

28 Dec 15:57

Choose a tag to compare

Issues related to empty vtable structs have been fixed. Also attached to this release are gdt archives for x86 and x86_64 libstdc++.so.6. To use them simply drag the file into Ghidra's project manager. Then before running the class analyzer, open the project archive in the ClassTypeInfo Tree. When running the C++ Class Analyzer's with "Use Archived Rtti Data" selected, the analyzer with search through the archived for the data type and use them to apply the data type and function definitions. This is particularly useful for stripped programs.

Database and UI Features

13 Nov 21:51

Choose a tag to compare

This is the first release containing the previously experimental features. This is only compatible with the newly released Ghidra 9.2.

Infinite Recursion Fix

25 Oct 13:50

Choose a tag to compare

Pre-release

Includes fix for infinite recursion in VsClassTypeInfoManager. Also disabled the filter in the Class Type Info Tree as it is not yet properly implemented.