XenonRecomp/thirdparty/capstone/suite/MC
2024-09-08 17:16:32 +06:00
..
AArch64 Initial Commit 2024-09-07 18:15:29 +06:00
Alpha Initial Commit 2024-09-07 18:15:29 +06:00
ARM Add missing thirdparty files 2024-09-08 17:16:32 +06:00
BPF Initial Commit 2024-09-07 18:15:29 +06:00
HPPA Initial Commit 2024-09-07 18:15:29 +06:00
LoongArch Initial Commit 2024-09-07 18:15:29 +06:00
Mips Initial Commit 2024-09-07 18:15:29 +06:00
PowerPC Initial Commit 2024-09-07 18:15:29 +06:00
RISCV Initial Commit 2024-09-07 18:15:29 +06:00
Sparc Initial Commit 2024-09-07 18:15:29 +06:00
SystemZ Initial Commit 2024-09-07 18:15:29 +06:00
TriCore Initial Commit 2024-09-07 18:15:29 +06:00
X86 Add missing thirdparty files 2024-09-08 17:16:32 +06:00
README.md Initial Commit 2024-09-07 18:15:29 +06:00

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
...