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

Choose a tag to compare

@astrelsky astrelsky released this 05 Nov 13:07
2.2

set java version to 17 in test runner

10.1.5 Build

Choose a tag to compare

@astrelsky astrelsky released this 07 Sep 22:18
254f9ee

The TypeInfoFactoryDataType has been removed.

Class Tree Fixes

Choose a tag to compare

@astrelsky astrelsky released this 12 Mar 02:16
2.1.1

javadoc fix

Ghidra 10.1 Builds

Choose a tag to compare

@astrelsky astrelsky released this 11 Dec 13:37

What's Changed

New Contributors

Full Changelog: 2.0.5...2.1

Ghidra 10.0 Build

Choose a tag to compare

@astrelsky astrelsky released this 23 Jun 23:01
c39bb32
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

Choose a tag to compare

@astrelsky astrelsky released this 31 May 20:40

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

Choose a tag to compare

@astrelsky astrelsky released this 19 Jan 22:21
e81cd9d
Merge pull request #33 from garyttierney/feat/class-graph-script

Add a script to graph a class hierarchy tree

Update for 9.2.1

Choose a tag to compare

@astrelsky astrelsky released this 28 Dec 15:57

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

Choose a tag to compare

@astrelsky astrelsky released this 13 Nov 21:51

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

Infinite Recursion Fix

Pre-release

Choose a tag to compare

@astrelsky astrelsky released this 25 Oct 13:50

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