-
I setup mirror for the Ghidra, and currently able build Ghidra on Linux and Mac, on public CI.
But when I add unit tests and even worse integration tests, I have an problem with running tests in CI e…
-
I've been looking around through the Java API documentation as well as the provided scripts and the included source code and I have some questions about what information is available from an instructi…
-
When running FindCrypt on MacOS Mojave (latest update), it basically doesn't print any result, meaning it doesn't show popup box.
Installation (as per MacOS):
```
$ ll ~/ghidra_scripts
total…
-
Running ` hex(getState().getCurrentAddress().getOffset())` in the Jython shell gives a different result than running
```python
import ghidra_bridge
b = ghidra_bridge.GhidraBridge()
b.get_flat_ap…
-
System:
Arch Linux using the ghidra v9.0.1 package from the AUR ( https://aur.archlinux.org/packages/ghidra/)
I have various minor issues I am collecting here:
First:
I get a script box with t…
-
After getting around #446 I attempted to emerge Ghidra, and this time at least Gradle starts, but it errors after the configuration step.
##### Logs
###### `emerge --info '=dev-util/ghidra-9.0.2-r1:…
-
Hi folks,
I'm trying to build a ghidra fork currently, and I've built a docker file which will go through and build everything, but the outputted zip lacks the native binaries for osx and windows.
…
-
Sorry, I don't seem to find the answer to this.
Say, if I had v.9.0 installed already, I assumed that for an upgrade to v.9.0.2 I would unzip its files into its own folder and run it from there. Bu…
-
Since Ghidra is an absolute pain in the ass to develop plugins/loaders/modules/scripts due to not much information out there. I have no clue how to get the path to the data directory of the extension.…
-
Hi. Thank you very much for releasing such a great tool. I have a question on the features of scripting.
Suppose I have already write a script in python to do some analysis. I have several differe…