mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
* Add arm64.py and sysz_const.py compatibility layer to the Python bindings When importing `capstone.arm64` before doing other capstone imports the ARM64 constants get monkey patched into the exports. Same with `capstone.sysz_const` for the SYSZ constants. * Add SPDX-License comments * Access an instruction detail in compatibility test * Fail python tests on error instead of just ERROR output Include the test_iter.py in the test_all.py too. * Improve python compatibility docs Co-authored-by: Rot127 <45763064+Rot127@users.noreply.github.com> * Test for ARM_CC_* constants presence --------- Co-authored-by: Rot127 <45763064+Rot127@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| test_all.py | ||
| test_compatibility_layer.py | ||
| test_customized_mnem.py | ||
| test_iter.py | ||
| test_lite.py | ||
| test_skipdata.py | ||
| xprint.py | ||