-
After recompiling for Ghidra 11.0.3 and loading any DOS executable, I'm getting this:
```
java.lang.ClassCastException: class ghidra.program.model.address.GenericAddress cannot be cast to class gh…
-
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…
-
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…
-
**Describe the bug**
Error when loading files with m32r language. Directory tree is respected and Module.manifest added.
**To Reproduce**
Steps to reproduce the behavior:
Import a new file
…
-
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…
-
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
-
**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…
-
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…
-
I'm attempting to integrate an existing Python/PyQt tool as a Ghidra script plugin. When I launch a PyQt based dialog what I'm observing is that about half of the time the dialog runs correctly and ha…
-
Currently Xtensa support is pretty basic and is based on the binutils code.
- [x] Implement Xtensa in Capstone: https://github.com/capstone-engine/capstone/issues/2015
- [ ] Port Xtensa plugin to …