issues
search
capstone-rust
/
capstone-rs
high-level Capstone system bindings for Rust
220
stars
78
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Implementing Clone for the Insn and cs_insn Structures
#165
c3rb3ru5d3d53c
closed
1 week ago
3
Clippy fix
#164
tmfink
closed
3 months ago
0
Make RegAccessType available for arm.
#163
daniel-dt-thoma
closed
3 months ago
1
Use of `capstone` with `frida-gum` causes UnsupportedArch error
#162
CatMe0w
closed
3 months ago
3
Implement InsnDetail (+ associated types) for sysz
#161
GarntS
closed
6 months ago
1
Fix cs_support enum bug
#160
GarntS
closed
6 months ago
1
ci: add macos support via github actions
#159
tmfink
closed
7 months ago
0
ci: migrate windows to github workflow
#158
tmfink
closed
7 months ago
0
cstool: upgrade deps
#157
tmfink
closed
7 months ago
1
ci: upgrade cirrus CI to supported FreeBSD release
#156
tmfink
closed
7 months ago
1
Run 'cargo update' in non-MSRV jobs
#155
tmfink
closed
7 months ago
0
Bump MSRV to 1.70.0
#154
tmfink
closed
7 months ago
0
add files sort for building-reproducible
#153
chenhdc
closed
9 months ago
3
make build reproducible for capstone_sys
#152
chenhdc
closed
9 months ago
3
Looking for additional maintainer(s)
#151
tmfink
opened
1 year ago
0
use submodule instead of having capstone src in tree
#150
joleeee
closed
1 year ago
1
Regs access
#149
joleeee
opened
1 year ago
5
Capstone v5 + documentation
#148
joleeee
closed
1 year ago
6
Expose x86 instruction encoding
#147
3n16m4
opened
1 year ago
1
ci: update windows appveyor toolchain
#146
tmfink
closed
1 year ago
1
expose type "cs_x86_encoding" for X86InsnDetail please
#145
persytry
opened
1 year ago
2
Add Support for BPF arch
#144
deepaksirone
closed
7 months ago
10
[WIP] Compile-time Target Architecture Tags
#143
Lancern
opened
1 year ago
5
Implement Error trait
#142
tmfink
closed
1 year ago
1
Implement `std::error::Error` for `capstone::Error`
#141
rongcuid
closed
1 year ago
0
Add option to build frida capstone bindings from git
#140
domenukk
closed
1 year ago
1
implement bindings for tablegen
#139
gogo2464
closed
1 year ago
5
Determining if an instruction is a conditional branch or not.
#138
vext01
closed
1 year ago
1
test failures on big endian.
#137
plugwash
opened
2 years ago
3
Fix fuzz_target_disasm_x86_64 build
#136
anfedotoff
closed
2 years ago
1
`X86Operand` uses `Option<RegAccessType>` for specifying the access types of memory operands
#135
jrmuizel
opened
2 years ago
2
ci: install valgrind from snap
#134
tmfink
closed
2 years ago
2
Valgrind failures in CI
#133
tmfink
closed
2 years ago
1
capstone: include readme in doc comment
#132
tmfink
closed
2 years ago
0
Updated README.
#131
IsaSca
closed
2 years ago
1
Add not_diet feature
#130
clubby789
closed
2 years ago
6
Update capstone lib to 3b2984212fe
#129
tmfink
closed
2 years ago
1
How to access the inner arm_op_mem struct?
#128
pr0me
closed
2 years ago
4
Exposing `Insn::detail` to the public API
#127
clubby789
opened
2 years ago
4
Some performance changes
#126
clubby789
closed
2 years ago
3
Use `-Wno-enum-conversion` to silence warnings during build of Capstone
#125
clubby789
closed
2 years ago
1
`cargo doc` warnings
#124
tmfink
opened
2 years ago
0
Introduce an owned insn type
#123
clubby789
closed
2 years ago
6
Remove incorrect implementation of `Clone` for `Insn<'capstone>`
#122
danielhenrymantilla
closed
2 years ago
4
UAF when `clone`ing an `Insn` with a `detail` pointer
#121
clubby789
closed
2 years ago
3
Proposal: add generic parameters to types to distinguish different data structures on different architectures
#118
Lancern
opened
3 years ago
3
Fix typo 'lift' to 'left'
#117
rfalke
closed
3 years ago
2
ci: update before apt install
#116
tmfink
closed
3 years ago
1
Support cs_disasm_iter
#115
dnsserver
opened
3 years ago
3
adding disasm_iter functionality
#114
dnsserver
closed
3 years ago
4
Next