Files
weee/suite/README.md
T
iris 802798ce3c Squashed 'external/capstone/' content from commit e46f64fa
git-subtree-dir: external/capstone
git-subtree-split: e46f64fadb351e9ecd05264fab26f2772feb0994
2026-05-11 11:55:07 +02:00

898 B

This directory contains some tools used by developers of Capstone project. Average users should ignore all the contents here.

MC/

Input files for the fuzzer. Generated from <repo-root>/tests/MC/.

auto-sync/

Capstone's updater for the architecture modules.

cstest/

Capstone's regression tests tool. Consumes test files in <repo-root>/tests/

fuzz/

The fuzzer implementation. Runs on OSFuzz.

run_clang_format.sh

Helper script to run clang format on the code and check for issues.

run_clang_tidy.sh

Helper script to run clang tidy on the code and check for issues.

run_invalid_cstool.sh

Test script to check if cstool fails as expected for invalid input.

run_tests.py

Script to run all Python tests.

test_corpus3.py

Helper script for fuzzing.

fuzz.py

This simple script disassembles random code for all archs (or selected arch) in order to find segfaults.