tree: 6b426dc2ca6882e35e519bd820b0735ac9d0b8c8 [path history] [tgz]
  1. AArch64/
  2. Alpha/
  3. ARC/
  4. ARM/
  5. BPF/
  6. HPPA/
  7. LoongArch/
  8. Mips/
  9. PowerPC/
  10. RISCV/
  11. Sparc/
  12. SystemZ/
  13. TriCore/
  14. X86/
  15. Xtensa/
  16. README.md
suite/MC/README.md

Input files for fuzzing input

These files were the legacy test files but replaced. No it only is consumed by test_corpus3.py to generate input cases for the fuzzer.

Test file formatting

Format of input files:

# ARCH, MODE, OPTION
<hexcode> = <assembly-text>

Example

# CS_ARCH_ARM, CS_MODE_ARM+CS_MODE_V8, None
0xa0,0x0b,0x71,0xee = vadd.f64 d16, d17, d16
...