![]() * Add ARC files * Added ARC files for successful compilation * Refactor ARC files * Add ARC c/cs tests * Add ARC python test/bindings * Add ARC to CI/CD * Avoid omitting parameter names * Update cs files * Fix ARC bugs * Update ARC python bindings * Refactor and update ARC test files * Add detail flag to arc test * Fix ARC test problems * Fix ARCMapping compile error * Replace __CHAR_BIT__ to CHAR_BIT * Add credits and ARC info * Update ARC to match the latest next * Python formatting * Remove asserts on 'Unknown condition code passed' * Add ARC to some more documentation * Add ARC to Targets constants * Add ARC support to llvm-tblgen * Replace asserts & add Expr handling * Check DecodeGPR32RegisterClass return value * Fix fieldFromInstruction patch * Refactor ARC * Reformat python files * Fix incorrect import * Update inc files and insn names * Update python files * Disable AArch64 Linux wheel build due to https://github.com/capstone-engine/capstone/issues/2615. --------- Co-authored-by: R33v0LT <sibirtsevdl@gmail.com> |
||
---|---|---|
.. | ||
compat_header | ||
CMakeLists.txt | ||
README.md | ||
test_customized_mnem.c | ||
test_iter.c | ||
test_litbase.c | ||
test_skipdata.c | ||
test_winkernel.cpp |
README.md
This directory contains some test code to show how to use Capstone API.
-
test_iter.c: This code shows how to use the API cs_disasm_iter() to decode one instruction at a time inside a loop.
-
test_customized_mnem.c: This code shows how to use MNEMONIC option to customize instruction mnemonic at run-time, and then how to reset the engine to use the default mnemonic.
-
test_winkernel.cpp This code shows how to use Capstone from a Windows driver.