-
### Description
When running the `vstack` unit on an installation of Binary Refinery in a Python virtual environment running Python 3.12, I kept seeing the following error:
```
failure in vstack:…
cxiao updated
2 months ago
-
**Environment information**
* Operating System: MacOS 14.5 (ARM-64 - M1)
* Cutter version: 2.3.4-stable-209c26b
* Obtained from:
- [ ] Built from source
- [ ] Downloaded release from Cutter w…
-
Hi, I am not able to compile the library because of `-Wstrict-prototypes`. I could add the prototypes but just wanted to know if this is due to a newer version of clang. (or just skill issue ;-;)
I…
-
I'm working on a project that requires me to identify the offset and size of particular operands in the original binary. I need to know the size, in bytes, of the operand *in the original binary*. Cur…
-
One way that seems possible to achieve this is by using a `union`:
```c
typedef struct {
// ...
union {
lm_detail_x86 x86;
lm_detail_aarch64 aar…
rdbo updated
7 months ago
-
It's there any plan to support LongArch?
-
Capstone engine uses the .B/.W/.L suffixes for the branch attribute. Examples:
```
./cstool m68k40 "60 0c"
bra.b $e
./cstool m68k40 "61 00 00 38"
bsr.w $3a
./cstool m68k40 "60 FF 00 00 E9 3…
-
You did an excellent job including the [alt attribute](https://en.wikipedia.org/wiki/Alt_attribute) for your first couple images, but it seems that you did not include it for the rest of your images.
…
-
Hi,
I found that when disassemble arm64 ldaddal instruction, it can not be recognized. Could you take a look on it?
Thanks,
Chengdong
-
**OS version:** Windows 10 Pro x64 21H1 build 19043.1415
**Ruby version:** 3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [x64-mingw32]
**Ruby-FFI version:** 1.15.4
**Crabstone version:** 4.0.3 (but th…