85 Commits (3cf62514ceef32d05f892d05b5945c302bab6d44)

Author SHA1 Message Date
Nguyen Anh Quynh 67304f36a3 suite: add python_capstone_setup.py 10 years ago
Nguyen Anh Quynh 5a6007b0f1 suite: correct authors of patch_major_os_version.py 10 years ago
Nguyen Tan Cong fd1af772e2 add script to MajorOperatingSystemVersion and MajorSubsystemVersion in PE header from 6 to 5 10 years ago
learn_more 3e915db782 give reg_name, insn_name, group_name a customizable default instead of returning something else for id 0 10 years ago
learn_more a1a3132d31 add new group names from next to the test. 10 years ago
Nguyen Anh Quynh 1182d25759 simplify ARCH_group_name() by using lookup table as suggested by @learn_more. also added the missing group name for GRP_PRIVILEGE 10 years ago
Nguyen Anh Quynh 2f263f58d8 suite: better support for Python3 for test_group_name.py 10 years ago
learn_more 653696e287 Validate group names against a hardcoded list per arch. 10 years ago
learn_more 04f9c32eb4 use the correct include location 10 years ago
Cr4sh 19ee2d10b3 inttypes.h fix 10 years ago
Nguyen Anh Quynh 967e98786a suite: fix a MSVC warning 10 years ago
Nguyen Anh Quynh 4b68d9505e arm: fix some warnings reported by MSVC 10 years ago
Nguyen Anh Quynh ea39692786 suite: fix an compilation warning reported by MSVC on test_arm_regression.c 10 years ago
Nguyen Anh Quynh 9a1238d353 suite: fix an compilation warning reported by MSVC on test_arm_regression.c 10 years ago
Nguyen Anh Quynh 499f0ca7cb suite: add some tools to verify X86 machine code 10 years ago
Nguyen Anh Quynh d83c8c7d44 suite: change CS_MODE_32 -> CS_MODE_MIPS32, CS_MODE_64 -> CS_MODE_MIPS64 for fuzz.py & benchmark.py 10 years ago
Nguyen Anh Quynh 57a902d045 suite: add crc32 instruction to x86odd.py 10 years ago
Nguyen Anh Quynh b0082295a1 suite: add some tricky x86 code to x86odd.py 10 years ago
Nguyen Anh Quynh 02cafeb8bd suite: update Mips modes of MC input to CS_MODE_MIPS32 & CS_MODE_MIPS64 10 years ago
Nguyen Anh Quynh 952da90e5b suite: add missing tests to test_c.sh 10 years ago
Nguyen Anh Quynh 435b9137bf suite: delete duplicate MC input in ppc64-encoding-bookIII.s.cs 10 years ago
Nguyen Anh Quynh 4c36374e2d suite: normalize PPC's branch instructions having immediate operand 10 years ago
Nguyen Anh Quynh df7dde26c9 suite: update test_mc.py to better handle output of different formats of MC & CS 10 years ago
Nguyen Anh Quynh 6999d22892 suite: fix inputs in MC/ 10 years ago
Nguyen Anh Quynh d5e63414b1 suite: indentation for test_mc.py 10 years ago
Nguyen Anh Quynh 9025e92fe2 suite: cleaning up test_mc.py 10 years ago
Nguyen Anh Quynh 8ba7250a14 suite: add testsuite tool 'test_mc.sh' to compare output of Capstone & LLVM 10 years ago
Nguyen Anh Quynh 278afa3380 suite: delete a broken MC input in intel-syntax-encoding.s.cs 10 years ago
Nguyen Anh Quynh 9c9ca1290c suite: add missing arch in heading info for micromips-alu-instructions-EB.s.cs 10 years ago
Nguyen Anh Quynh 4016695162 suite: fix MC test for 'prefetch' in 3DNow.s.cs 10 years ago
Nguyen Anh Quynh 90d42bced8 suite: add decoding info for 3DNow.s.cs 10 years ago
Nguyen Anh Quynh c352897bac suite: more tests added to x86odd.py 10 years ago
Nguyen Anh Quynh ff7bba3d6d x86: print out immediate as positive number for logic arithmetic operations: AND, OR, XOR. only works for x86 Intel syntax so far. issue reported by Pancake 10 years ago
Nguyen Anh Quynh b87f855281 x86: print negative number in memory reference address (more friendly). issue reported by @pancake 10 years ago
Nguyen Anh Quynh ed0fbce85e suite: more test for memref (x86) 10 years ago
Nguyen Anh Quynh 668b96c0b9 suite: make x86odd.py to test ATT syntax & some memref code 10 years ago
Nguyen Anh Quynh ad449b59cb suite: compile test_arm_regression.c with proper include & change cs_disasm_ex() to cs_disasm() 10 years ago
flyingsymbols d91f964d40 * Fixed bug in Thumb2 pop caused by me incorrectly assuming that 10 years ago
Jay Oster 79e253c516 Remove CS_MODE_N64 10 years ago
Nguyen Anh Quynh 147035ed62 suite: chmod +x ppcbranch.py 10 years ago
kratolp a3f0aef79a PPC: Fix absolute/relative offset for branch instruction 10 years ago
kratolp 39a65299bd Add ppc branch test suite 10 years ago
Nguyen Anh Quynh 0b702b892d suite: add input files for systematic testing assembly instructions across all archs (MC) 10 years ago
Yegor Derevenets ced9d24e35 Workaround missing <inttypes.h> on MSVC 2010 10 years ago
Nguyen Anh Quynh 3edc30d61b suite: correct author of test_arm_regression.c 10 years ago
Nguyen Anh Quynh 26dfbc6677 fix indentation introduced by the latest merge. also move test_arm_regression.c into suite/arm/ and add Makefile for it 10 years ago
flyingsymbols 298d413bbc * added a test file to suite for testing invalid and valid instruction sequences 10 years ago
Nguyen Anh Quynh 7ae389ede8 suite: support XCore in fuzz.py 11 years ago
Nguyen Anh Quynh 6a5cc570cc suite: support XCore in benchmark.py 11 years ago
Nguyen Anh Quynh 191c070cac suite: update x86odd.py 11 years ago