aboutsummaryrefslogtreecommitdiff
path: root/differential-tests/Cargo.toml
AgeCommit message (Collapse)Author
2025-05-25support the rest of PAC instructions. compare to a more recent capstoneiximeow
capstone-rs currently binds an old capstone (4.0), where capstone 5.0 is where much of the armv8.2+ implementation was ported over from LLVM. so, differential testing is now pointed to a capstone-rs fork pending the merge of https://github.com/capstone-rust/capstone-rs/pull/172
2024-06-25update yaxpeax-arch in differential-tests, validate in goodfileiximeow
2024-03-17differential test: use raw capstone interface to avoid reallocating cs_insniximeow
2022-01-02add differential tests against capstoneiximeow
whoo boy these are gross sorry about that