-
Hello GC maintainers, I've removed all type check in a TA and try to test if GC can detect the check was missing but it seem thing went wrong. Have you guys done the test on DWARF v5 that was supporte…
-
https://github.com/NationalSecurityAgency/ghidra/issues/6477
```
Exception reading xap2:LE:16:default/default(xap2.cspec:50): Unknown type class: long
ghidra.program.model.lang.CompilerSpecNotFound…
-
This plugin crashes while analyzing the CDVDMAN module with the following error:
```java
Index 1 out of bounds for length 1
java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for lengt…
-
Very new to this plugin and it looks very exciting! I cannot get this to work with Ghidra however, as it spits out `Error constructing plugin: class reva.RevaPlugin`. Running `ghidra-11.1.1`
```jso…
-
I'm getting this on 11.1.2
```
'void ghidra.app.util.bin.BinaryReader.setPointerIndex(long)'
java.lang.NoSuchMethodError: 'void ghidra.app.util.bin.BinaryReader.setPointerIndex(long)'
at uf2loa…
maxdd updated
2 months ago
-
My normal workflow when testing my plugin is to run them via GhidraDev's run configuration
![image](https://github.com/user-attachments/assets/f8e66157-c937-43e3-a0c0-46570035757c)
This would norm…
-
**Describe the bug:**
No release available for 2024.2.1 which was released at the end of August.
I'm not sure if there are any breaking API changes in the new version and the plugin needs to be ad…
-
Whenever i try to run the script, it gives me this error:
```
Cannot invoke "ghidra.program.model.listing.Data.getLong(int)" because the return value of "ghidra.program.model.listing.Data.getCompone…
-
**Describe the bug**
Loading external debug file for `./usr/bin/ls` from Debian Bookworm (x86_64) results in:
```
INFO DWARF External Debug File: found: file:///tmp/debug/dfff3239aa7c3b16a71e6b2…
-
**Describe the bug**
Ghidra incorrectly interprets the JMP loc,X instruction as an indirected jump, when it is an indexed jump.
**To Reproduce**
For convenience, I've attached a Ghidra project …