mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-12-04 03:32:05 +00:00
21f7bc85f9
* Fix leaks * Remove unnecessary new lines * Add checks for actual buffer length before attempting reading it. * Xtensa: add xtensa support * Xtensa fixes - fix MCExpr - fix Xtensa_add_cs_detail - add `add_cs_detail` - add `MCExpr *MCOperand_getExpr(const MCOperand *MC)` `void printExpr(const MCExpr *E, SStream *O)` autosync fix - fix StreamOperation.py - replace `report_fatal_error` with `CS_ASSERT` - fix patch StreamOperation.py - replace `assert` with `CS_ASSERT` - fix AddCSDetail.py - fix QualifiedIdentifier * Xtensa fix * Xtensa fix .py * add Xtensa to the fuzzer * Xtensa `LITBASE`: add a basic implementation * Xtensa `LITBASE`: add a integration test * Xtensa: fix cs_v6_release_guide.md * Xtensa: fix `XTENSA_OP_GROUP_MEMOPERAND` * Xtensa: fix * Xtensa: fix Targets.py * Use isUint and isInt all over Xtensa * Add documentation about LITBASE functionality * Fix typo * Replace hard with Capstone assert * Xtensa: fix arch_config.json * Xtensa: fix --------- Co-authored-by: Rot127 <unisono@quyllur.org> |
||
---|---|---|
.. | ||
auto-sync | ||
benchmark | ||
cstest | ||
fuzz | ||
MC | ||
synctools | ||
x86 | ||
autogen_x86imm.py | ||
benchmark.py | ||
capstone_get_setup.c | ||
check_wheel_bin_arch.py | ||
fuzz.py | ||
patch_major_os_version.py | ||
ppcbranch.py | ||
python_capstone_setup.py | ||
README | ||
regress.py | ||
run_invalid_cstool.sh | ||
test_corpus3.py | ||
x86odd.py |
This directory contains some tools used by developers of Capstone project. Average users should ignore all the contents here. - benchmark.py This script benchmarks Python binding by disassembling some random code. - compile_all.sh Compile Capstone for all platforms (*nix32, clang, cygwin, cross-compile) & report the result as pass or fail. - fuzz.py This simple script disassembles random code for all archs (or selected arch) in order to find segfaults. - x86odd.py Test some tricky X86 instructions. - ppcbranch.py Test some tricky branch PPC instructions.