Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-25 | support the rest of PAC instructions. compare to a more recent capstone | iximeow | |
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-25 | update yaxpeax-arch in differential-tests, validate in goodfile | iximeow | |
2024-03-17 | differential test: use raw capstone interface to avoid reallocating cs_insn | iximeow | |
2022-01-02 | add differential tests against capstone | iximeow | |
whoo boy these are gross sorry about that |