Roman

Results 6 comments of Roman
trafficstars

I'm trying to build it for 9.2.4 and get: ``` > Task :compileJava \Ghidra-Cpp-Class-Analyzer-2.0.5\src\main\java\cppclassanalyzer\data\typeinfo\AbstractClassTypeInfoDB.java:12: error: cannot find symbol import db.DBRecord; ^ symbol: class DBRecord location: package db \Ghidra-Cpp-Class-Analyzer-2.0.5\src\main\java\cppclassanalyzer\database\schema\ClassTypeInfoSchema.java:5: error: cannot...

Same error when trying to build for Ghidra 9.2

I tried it both in Unix and Windows and it doesn't work. it looks like the installation is partial - I am able to call: `from cppclassanalyzer.utils import CppClassAnalyzerUtils` but...

I suggest the following scenario to reproduce the issue (Windows machine): 1. Download and extract a fresh copy of Ghidra. 2. Rename `\.ghidra` to `\.ghidra_bup` 3. Copy the plugin to...

If I install it once from the GUI - it will work afterward from the Headless mode too. But without GUI it never works.