Travis Finkenauer

Results 30 issues of Travis Finkenauer

The `cs_arm64_op` field `sys` can be either `arm64_sysreg` OR `arm64_reg` but the field is defined as `arm64_sys_op`. https://github.com/capstone-engine/capstone/blob/fe3e7ab6716d0ba249b6779dadd4a3a2eb842f21/include/capstone/arm64.h#L1356 The current state makes it harder to: - Use the C interface...

Historically, this project has used the active branches: - Past version branches (`v2`, `v3`, `v4`) - `next`: what will be the next release The `master` is not really been used...

# Summary There are some problems in trying to use Vulkano with the OpenXR API (Rust bindings available via [openxrs](https://github.com/Ralith/openxrs) crate). The OpenXR API wants to create the Vulkan structs...

type: enhancement
experience: hard

Regular Valgrind tests fail in master branch. This could be a false positive. https://github.com/capstone-rust/capstone-rs/runs/6753889756?check_suite_focus=true

bug

Automatically tests README example.

Building docs with `cargo doc` causes several warnings: ``` $ cargo doc ... warning: unresolved link to `0` --> capstone-rs/src/arch/x86.rs:89:16 | 89 | /// prefix[0] indicates REP/REPNE/LOCK prefix (See `X86_PREFIX_REP`/`REPNE`/`LOCK`)...

- [x] Linux - [x] Base tests #107 - [x] Enable valgrind tests and code coverage: #108 - [ ] macOS - [x] FreeBSD: #105 - [x] Windows: #146

New options for cs_option(): CS_OPT_MNEMONIC & CS_OPT_UNSIGNED

enhancement

cs_regs_access API: https://www.capstone-engine.org/op_access.html

enhancement