-
The current disassembler routine is a hack.
It starts by invoking [Capstone](https://github.com/aquynh/capstone/issues/476), which doesn't support the complete Gekko instruction set.
Capstone is goi…
riptl updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
The PowerPC 750CL processor (and its variants, `Gekko`, `Broadway` and `Espresso`) have 3 memory storages in each floating-point reg…
-
The following is the list of instructions which we currently disassemble and lift (Fully or Partially). If you have any instructions which differ from this table, there is likely a bug or a documentat…
-
`[29129] ###!!! ABORT: JS_InitWithFailureDiagnostic: u_init() failed: file /home/multix/code/Arctic-Fox/xpcom/build/XPCOMInit.cpp, line 709`
I can't get smarter from this error and reason
things…
-
**Describe the bug**
`int` to `float` or `double` conversions decompile weirdly with PowerPC.
**To Reproduce**
Decompile the attached binaries, using `PowerPC:BE:32:default:default` as the langua…
-
As with the [PS3](https://github.com/vmlemon/Orion/issues/10), it may also be interesting to support the Nintendo Wii, as a cheap, 32-bit, big-endian PowerPC target, for build/boot, in the future, alt…
-
**Describe the issue**
I am working on an implementation of the PPC 750CL spec. I use ppc_instructions.sinc for all the common instructions and define the extra ones in a separate files. However, I n…
-
Paired Singles is an vector instruction set extension for PowerPC, developed as a lightweight alternative to AltiVec, only dealing with two single precision floats at a time. The extension was origina…
-
Hello, interesting project ! In the instruction matrix you speak about ppc instructions coverage, but I couldn't find relative header file, like for neon and x86. What about this ? Thanks !
-
**Describe the bug**
Loading an ELF file with 0x6D/109 relocations won't be handled
**To Reproduce**
As above, simply need to import an ELF file with those relocations used
**Expected behavior…