-
e.g. add radare2 when/if that happens.
[Capstone project does this](http://www.capstone-engine.org/showcase.html) and it's handy to see if there's similar projects to use as a reference.
-
Rhinos PBR material supports sheen, clearcoat, and refraction. It looks like they might line up with these glTF extensions. Adding these should fill out the PBR spec on exported models.
[glTF Sheen…
-
**Describe the bug**
If in development mode (SystemUtilities.isInDevelopmentMode()) aka launched from eclipse, Ghidra will only load plugins from the Extensions/[extname]/bin/main/[...]/*.class files…
-
Hello, I encounter a bug during testing the BinExport addon for Ghidra. For now it only happens for one particular file.
Steps to reproduce:
1. Go into Ghidra CodeBrowser
2. File -> Export pro…
-
Is this supported?
I basically have many small `.idb` (or Ghidra) files, with a few functions each, and I want to generate a single .BinExport file from that. (sidenote: the originals were actually `…
-
I've got the ** .BinExport file and I want use Python to parse it. I know it's a database file, but how can I parse it?I can't find a way!
-
Hello there,
I am trying to launch a custom ghidra script `MyScript.java` that relies on an homemade library `mylibrary` based on the ghidra SDK.
I created a new module project via the GhidraDev…
ghost updated
3 years ago
-
I know you cannot install bindiff6 on Windows 7 only Window 8.1+.
I bypassed that check and still installed it on my Windows 7 machine.. It loads the extension in IDA PRO 7.5 without any issues.
…
-
Steps to reproduce the problem:
1. Install IDA 7.O (macOS 10.15.7 Catalina)
2.Install Bindiff 6 (installs correctly)
3. Install binexport1164 (fail installation) and load Mac binary
What is the …
-
I've followed instructions to add BinDiff ghidra plugin.
As you mentioned in "How to install" section, I downloaded `BinDiffHelper v0.3.1` and `ghidra_9.1.2_PUBLIC_20200212.zip`.
Then I opened File …