-
Ghidra's extension does not link `CallGraph.Vertex` messages to `Module` messages for imported functions e.g. `kernel32.ReadFile`. Truly I'm not sure if `CallGraph.Vertex` messages representing import…
-
**Describe the bug**
Click on help button in plugin manager or help->Ghidra API help in code browser do not do anything. This is the first in 11.1.2 i've looked at api docs, it unzips to who knows a…
-
**Description**
I see a long (30-60+ second?) UI lockup when the filter in the Symbol Tree is short, eg a single character or a couple (I test with "m" or "ma"). After this delay, the tree is filtere…
-
Hey, cool project!
I get an error trying to use it though, not sure if I'm doing something wrong.
Created new project -> File -> Import File -> pick any GB rom, get error below:
```
Error im…
-
I've built the extension using gradle so ghidra 10.1.5 accepts to install it, but when loading a module in a project, it fails with the following error:
```
The "void" data type is not allowed in …
-
There has been some excellent progress on handling Go binaries in the latest releases of Ghidra. However, as of now, Ghidra is left to deduce the types of function arguments. A good chunk of them come…
-
I'm seeing Auto Constants and Auto Syscalls is broken on latest Ghidra (10.3) with Java 17.0.7. Looks to be the same underlying issue.
AutoSyscalls.py:
```
Traceback (most recent call last):
F…
-
I ended up patching meson.build by myself:
```diff
From 971fdf012c6c48e43e00d91727698ace4b0c67a6 Mon Sep 17 00:00:00 2001
From: Maxim Karasev
Date: Fri, 23 Dec 2022 22:27:24 +0300
Subject: [PA…
-
When trying to import either `SLES_004.68` or `SLUS_004.98` from Moto Racer, the import crashes with the following message:
```
Split cannot be done on block start address
java.lang.IllegalArgument…
-
```
(These messages are also written to the application log file)
Cannot invoke "ghidra.program.model.data.DataType.getLength()" because "dt" is null
java.lang.NullPointerException: Cannot invoke…