Rot127

Results 554 comments of Rot127

If you need only one or two architectures, it shouldn't be too much effort to update them. Otherwise it is a little more effort I think. But @peace-maker has a...

If it is not too much trouble for your use case, I'd highly recommend to switch to the v6 Alpha4 version of Capstone. Especially ARM got a huge update. And...

@dgazzoni See https://github.com/capstone-engine/capstone/pull/2718

Can you please provide a ``cstool x32` (or similar command) so we have the bytes for this instruction?

`libcyaml` depends on `libyaml`. `libcyaml` is basically a wrapper around the very raw access `libyaml` provides to parse yaml files. I added it back then, because I was under time...

> Can pre-compiled DLLs be released similar to how we release libcapstone-dev_5.0.5_amd64.deb for linux? Yes, this would be nice. With `CPack` it should hopefully not too difficult to ship a...

It was just added: https://github.com/capstone-engine/capstone/pull/2675. This is not a debug build though, so no `pdb` files (I am not sure if cmake enables them for a debug builds by default)....

Sorry, this asked about the `v5` branch. We would need to cherry-pick it there. So let's keep this open until then.

Thanks for the explanation, never used Windows seriously before. For cmake the way to go it apparently the [CMAKE_MSVC_DEBUG_INFORMATION_FORMAT](https://cmake.org/cmake/help/latest/variable/CMAKE_MSVC_DEBUG_INFORMATION_FORMAT.html) variable. cc @stevenjoezhang