rustig icon indicating copy to clipboard operation
rustig copied to clipboard

Remove dependency on specific version of capstone

Open egrtechno opened this issue 7 years ago • 0 comments

Currently the callgraph library has a very specific dependency on the capstone library:

capstone = { git = "https://github.com/capstone-rust/capstone-rs.git", rev = "dc10578aa27414afc93f0a87959b2f0c22dc66c3" }

Newer version of this library changed their API to include lifetimes.

The code in the callgraph library needs refactoring to accept a newer capstone version.

egrtechno avatar Jul 13 '18 09:07 egrtechno