-
### Tracking issue for the SAIL generator
**TODO**: Add intro (please ping here if I forgot to add one and you need an explanation)
#### Current work
- WIP generator developed by @moste00: h…
-
### Feature
- [ ] New architecture module
- [ ] Support for processor extension
- [ ] Add more instruction details (elaborated below)
- [ ] Binding support for: `language`
- [x] Other (elaborat…
-
### Work environment
| Questions | Answers
|------------------------------------------|--------------------
| OS/arch/bits | Arch Linux …
-
OpenJDK can be configured with capstone but latest `next` branch fails to build with it.
After updating the capstone arch to `-DCAPSTONE_ARCH=CS_ARCH_AARCH64`, I still see this issue:
```
/bin/…
-
List to track not yet implemented or faulty details of AArch64
- [x] Warning if `arm64` is passed to cstool
- [x] SME vector lead/store/read/write have incorrect outs/ins set
- [x] `za` writes ar…
-
The [docs](https://www.capstone-engine.org/diet.html) for Diet mode state
> @**op_str**
>
> Without operand string, we can still extract equivalent information out of @detail->operands, which con…
-
The tool (v1.2) is unable to identify recognize the category for `amx_int8` and `amx_bf16` flags.
-
### Package name
pe-bear
### Package homepage
https://hshrzd.wordpress.com/pe-bear/
### Description
PE-bear is a multi-platform reversing tool for [PE files](https://www.wikiwand.com/en/Portable_…
-
Hi,
I just found out that starting from version 5.0.1, the value of CS_OP_MEM (accessed from the python library) has changed, from 3 to 128, potentially causing issues in automated tools that make…
-
Read it, http://www.capstone-engine.org/BHUSA2014-capstone.pdf
```
import distorm3
from capstone import *
from binascii import hexlify
print distorm3.Decode(0, "\x41", distorm3.Decode32Bits)
md = C…