Description
Feature
- New architecture module
- Support for processor extension
- Add more instruction details (elaborated below)
- Binding support for:
language
- Other (elaborated below)
Describe the feature you'd like
I'm currently working on an Intel PT decoder on Windows that relies on Capstone, and I noticed that the build process for Capstone has become very easy on Windows with VS 2022, clang-cl and cmake toolchain.
To improve accessibility for more Windows developers, I’d like to propose adding Capstone to the Windows Package Manager (winget). This would make it possible to install Capstone with a simple command like winget install Capstone
, just like on *nix with apt
or brew
.
I’d like to know that are you open to having Capstone distributed via winget? Would you be willing to host Windows binaries as part of GitHub Releases? And I'd be happy to help with setting up GitHub Actions to automatically build Windows binaries (if needed).
Thanks for the amazing work on Capstone!