-
Hi Chris, Thanks for making your M16c Ghidra support available on Github. I am working with some R8c/36 processors (cost reduced M16c) and noticed that a few MUL/MULU instructions are not disassembled…
-
Hi,
I stumbled across an (imo) incorrect definition of the `LEAVE` instruction for x86:
https://github.com/NationalSecurityAgency/ghidra/blob/7148590e5c4d917ea4b0add3507c540a54b771d4/Ghidra/Processo…
-
Hello,
Recently I've been seeing a lot of activity related to Ghidra pcode in the remill repository. I was wondering what the longer-term plans are for this. Is the goal/idea to slowly move over al…
-
Hello, I'm sangjun who very interested in your Project.
Now, I'm trying to Run your Poc command below.
I followed your instructions exactly as you directed, but I couldn't achieve the results yo…
-
Describe the bug
The PowerPC 4xx processor module is missing support for key instructions, specifically the Multiply half word instructions (mul*hw*) and isel (Integer Select) instructions. This is a…
-
**Describe the bug**
`bsim_ctl start` fails on Fedora 40. After some investigation I found that the issue arises from Fedora using a much newer OpenSSL version (3.2.2) compared to Ubuntu 22.04 (3.0.2…
-
**Describe the bug**
Decompiler produces a weird code for sequence `SXB CMP BLT` (sign extend byte, compare, branch if less than).
Perhaps it was a simple loop with a `int8_t` counter.
**To Rep…
-
**Is your feature request related to a problem? Please describe.**
More of an enhancement but sometimes when investigating poorly understood files or systems you don't know all the file types that Gh…
-
Loading the 3dfx carmageddon executable fails with:
```
Unsupported fixup source: 3
java.lang.UnknownError: Unsupported fixup source: 3
at lx.LXFixupRecordTable.(LXFixupRecordTable.java:70)
at …
-
I've built the extension using gradle so ghidra 10.1.5 accepts to install it, but when loading a module in a project, it fails with the following error:
```
The "void" data type is not allowed in …