From 27d01bf05c16c96ad4bd211a29142e7f43069c37 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 2 Jan 2022 13:52:53 -0800 Subject: add differential tests against capstone whoo boy these are gross sorry about that --- differential-tests/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 differential-tests/Cargo.toml (limited to 'differential-tests/Cargo.toml') diff --git a/differential-tests/Cargo.toml b/differential-tests/Cargo.toml new file mode 100644 index 0000000..419f230 --- /dev/null +++ b/differential-tests/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "differential-tests" +version = "0.1.0" +authors = ["iximeow "] +edition = "2018" +description = "differential testing between yaxpeax-arm and other disassemblers" + +[dependencies] +yaxpeax-arm = { path = "../", version = "*" } +yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] } + +capstone = "*" -- cgit v1.1