-
I'm using the v4.0.0 amalgamation. I can't use the function ZydisGetEncodableInstructions from Zydis.h.
-
As of 5809774:
| libbfd | capstone | zydis | xed
-- | -- | -- | -- | --
f3430f38f890d20aec2c | repz rex.XB (bad) (5 / 17) | (0 / 0) | enqcmds rdx, zmmword ptr [r8+0x2cec0ad2] (10 / 40) | enqcmd…
-
There are a few instructions where Zydis/ZydisInfo reports one of the instruction operands as a register operand, but where I believe it would be more accurate to report the operand as a hidden memory…
-
```
📦[alex@asahi-krun ~]$ BOX64_TRACE_INIT=1 box64 ~/box64/tests/bash
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Ic…
-
**Environment information**
* Operating System: Linux (openSUSE Tumbleweed)
* Cutter version: 1.12
* Obtained from:
- [ ] Built from source
- [x] Downloaded release from Cutter website or Git…
-
Hi, I found the great tool, and I want to use it on android device.
I installed the android ndk, and then I built wachy:
```
export CC_aarch64_linux_android=$HOME/Android/toolchains/arm64/bin/aar…
-
- [x] Add a flag in the `ZydisDecodedOperand` struct to mark a register operand as `AVX512_4VNNIW` multisource operand
- [ ] Add formatter-property to print these instructions in a special `[LO-HI]` …
-
The instruction:
_lea rdi,qword ptr ds:[rsi+rcx-1]_
is misleading: since no memory access is performed, it should be:
_lea rdi,[rsi+rcx-1]_
-
There are new instructions that are not supported by assemblers or disassembler:
0F01EE RDPKRU
0F01EF WRPKRU
F30FC7 RDPID
-
Arch linux user here,
I tried following linux compile instructions and ended up with this
Specs & info:
Arch linux
RX 6600
Ryzen 5 4600G
16GB Ram
```
$ cmake --build . --parallel$(nproc)
…