-
INFO REPORT: Analysis succeeded for file: file:///usr/bin/cat (HeadlessAnalyzer)
Decompile.java:23: error: cannot find symbol
import ghidra.app.script.GatherParamPanel;
^…
-
Implement full expression trees for instructions, so that downstream consumers can display richer disassembly information.
The current minimal implementation simply adds the mnemonic and a single exp…
-
I find myself changing stuff on x64dbg when debugging (like comments, labels), and redo the same in Ghidra.
It would be helpful if hyper sync could sync all my *new* comments in x64dbg to Ghidra (and…
-
Radare2 allows using Ghidra as a decompiler: https://github.com/radareorg/r2ghidra-dec. But it's impossible to install it via r2pm in NixOS.
It would be nice to have a package that contains r2 toge…
-
Is it possible to run this plugin in a headless mode with Ghidra? If so can you give an example of how to do that please?
-
**Describe the bug**
I was renaming some symbols, parameters and function signatures, then i check-in and reopened the code browser but it gave me this error message each time. I even deleted the las…
-
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…
-
I'm creating a command to setup [Ghidra](https://ghidra-sre.org/). Ghidra is distributed as a zip file that is extracted somewhere and then run with a script. You need all the files, unfortunately. …
-
I installed ghidra via `snap install ghidra`, and after creating a project and analyzing a couple files, I got the following error:
```
Permission denied
java.io.IOException: Permission denied
…
-
### Describe the bug
I have a macOS machine using these nix with [this template](https://github.com/dustinlyons/nixos-config).
I'm attempting to install [Ghidra](https://github.com/NationalSecur…