How to build?
git clone https://github.com/pwndbg/capstone6pwndbg
cd capstone6pwndbg
git checkout v6.0.0-Alpha6
git submodule update --init --recursive
cd ./capstone && git apply ../python-rename.patch && cd ..
uv build --out-dir dist ./capstone/bindings/python
# python -m build # should also work