-
### Work environment
| Questions | Answers
|------------------------------------------|--------------------
| OS/arch/bits | Pop…
-
Investigate
http://www.capstone-engine.org/
seems to be a more potent disassambler
-
version: 0.9.1
If I install `keystone-engine` with --user flag without virtualenv,
```
$ pip install --user keystone-engine
```
`libkeystone.so` is installed in a wrong directory, thus loading …
-
I've seen the same issue for python2 and ARM32
But I also have the same problem for ARM64 on python3
Give the following instruction:
`stp x29, x30, [sp, #0x20]`
I get only 2 operands for the f…
-
hi K2,
congrats, this looks like a very nice project! we have linked to EhTrace from our homepage now: http://capstone-engine.org/showcase.html
keep it up, cheers!
-
This issue was found during the discussion at: https://github.com/capstone-engine/capstone/pull/771#issuecomment-1594586622
Some instructions interpret immediates as signed while the others interpr…
-
Hi, i am using capstone from python as plugin to IDA to dissasemble amd64/x86 code.
Sometimes the disasm output does not have all operand values, like 'mov ecx, ' 'mov dword ptr , eax'.
See:
```
…
-
Many [PowerPC e200 series microcontrollers](https://en.wikipedia.org/wiki/PowerPC_e200) support variable-length instructions. Please add support!
-
It's similar to https://github.com/capstone-engine/capstone/issues/2260
cstool and python binding are the same version but give different results.
python binding api will lost the mem operand
pyt…
-
BinaryNinja Log during installation:
```
[Default] File "/opt/homebrew/Cellar/python@3.11/3.11.6_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ctypes/__init__.py", line 376, in __in…