From 1840e5e026b1e1c7f61f1c5a2cade4dc2deda4c4 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 17 Mar 2024 08:58:26 +0000 Subject: differential test: use raw capstone interface to avoid reallocating cs_insn --- differential-tests/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'differential-tests/Cargo.toml') diff --git a/differential-tests/Cargo.toml b/differential-tests/Cargo.toml index 419f230..6280cf5 100644 --- a/differential-tests/Cargo.toml +++ b/differential-tests/Cargo.toml @@ -10,3 +10,5 @@ yaxpeax-arm = { path = "../", version = "*" } yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] } capstone = "*" +capstone-sys = "*" +libc = "*" -- cgit v1.1