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

Commit

Permalink
First non-experimental release along side Ghidra 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astrelsky committed Nov 13, 2020
1 parent b3a2a25 commit ce396d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
Ghidra C++ Class and Run Time Type Information Analyzer
=======================================================

Experimental
------------

This branch is experimental and is still in development. Issues are to be expected and feedback is always welcome.

Building
--------

Expand Down Expand Up @@ -48,11 +43,11 @@ Inheritance Modeling via the Type Info Tree
Class Type Info Color Coding
----------------------------

![#FFFF00](https://via.placeholder.com/15/ffff00/000000?text=+) - Nested Class
![#28a745](https://via.placeholder.com/15/28a745/000000?text=+) - Basic Class
![#d73a49](https://via.placeholder.com/15/d73a49/000000?text=+) - Abstract Class
![#0366d6](https://via.placeholder.com/15/0366d6/000000?text=+) - Virtual Class
![#6f42c1](https://via.placeholder.com/15/6f42c1/000000?text=+) - Virtual Abstract Class
![#FFFF00](https://via.placeholder.com/15/ffff00/000000?text=+) - Nested Class
![#28a745](https://via.placeholder.com/15/28a745/000000?text=+) - Basic Class
![#d73a49](https://via.placeholder.com/15/d73a49/000000?text=+) - Abstract Class
![#0366d6](https://via.placeholder.com/15/0366d6/000000?text=+) - Virtual Class
![#6f42c1](https://via.placeholder.com/15/6f42c1/000000?text=+) - Virtual Abstract Class

CppClassAnalyzerGhidraScript
----------------------------
Expand All @@ -72,11 +67,11 @@ For GNU binaries a project archive will need to be created to provide data requi
Compatibility
-------------

It is compatible with current builds of 9.2
Ghidra 9.2

TODO
----

* Graphing
* Utilize extension points for compiler differences
* Type Info Tree filter
* Help Documentation
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import java.util.Collections;
import java.util.List;

import ghidra.util.exception.AssertException;

import docking.widgets.tree.GTreeNode;

abstract class AbstractSortedNode extends GTreeNode {
Expand Down

0 comments on commit ce396d1

Please sign in to comment.