-
Issue:
xdbg reads executable bytes, grouping them with dummy neighbour bytes, thus obfuscating the opcode.
Image description:
Left side: x32dbg (wrong)
Right side: Disasm (correct)
![Shot 000…
-
When I open this simple DLL (http://pastebin.com/kzuPyfVL) in the x32dbg it abruptly terminates the debugging without keeping the thread alive. The disasm, stack, registers and Threads windows are all…
-
In the following example type is T_INVLD (also I think "Rn=PC" should be present but it is not):
```
>>> darm.disasm_thumb2(0xf8df8058)
Darm(instr=I_LDR, instr_type=T_INVLD, cond=C_AL, Rt=r8, U=True,…
-
The latest commit of Souffle, 66b96fd07e7124d0e46bcf7cdc1cc5bf61f54cc3, generates C++ code that takes substantially longer to build than previous Souffle versions. This regression appears to be introd…
-
When there's a 0x66 prefix with rip-relative addressing instruction
the `disp_size` will be an incorrect value.
Some example:
```python
from capstone import *
md = Cs(CS_ARCH_X86, CS_MODE_6…
-
**Is your feature request related to a problem? Please describe.**
Currently, we can only support OpenCL kernel compiled with ROCm 3.8, which is very old.
**Describe the solution you'd like**
W…
-
Running [this test file](https://github.com/aquynh/capstone/blob/master/bindings/python/test_m680x.py) from the python bindings gives:
```
********************
Platform: M680X_HD6301
Code: 0x6B …
-
Compilation fails on `rgbasm -h -L -o build/bank_000.o code/bank_000.s` with:
```
error: code/bank_000.s(1914) -> data/gfxAndLayouts.s(10):
Assertion failed
error: code/bank_000.s(1914) -> d…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [d06ebfee1cfd1ef437784013e93ccfcd31334ac0](https://github.com/dotnet/runtime/co…
-
Reduce heap allocation in disassembly plugins (e.g. substitute most `rz_str_newf()` calls with the `rz_strf()` ones, or use newly created `rz_asm_op_setf_asm()` API