Rizin
unix-like reverse engineering framework and cli tools
test_lite Namespace Reference

Functions

def test_cs_disasm_quick ()
 
def test_class ()
 

Variables

string X86_CODE16 = b"\x8d\x4c\x32\x08\x01\xd8\x81\xc6\x34\x12\x00\x00"
 
string X86_CODE32 = b"\xba\xcd\xab\x00\x00\x8d\x4c\x32\x08\x01\xd8\x81\xc6\x34\x12\x00\x00"
 
string X86_CODE64 = b"\x55\x48\x8b\x05\xb8\x13\x00\x00"
 
string ARM_CODE = b"\xED\xFF\xFF\xEB\x04\xe0\x2d\xe5\x00\x00\x00\x00\xe0\x83\x22\xe5\xf1\x02\x03\x0e\x00\x00\xa0\xe3\x02\x30\xc1\xe7\x00\x00\x53\xe3"
 
string ARM_CODE2 = b"\x10\xf1\x10\xe7\x11\xf2\x31\xe7\xdc\xa1\x2e\xf3\xe8\x4e\x62\xf3"
 
string THUMB_CODE = b"\x70\x47\xeb\x46\x83\xb0\xc9\x68"
 
string THUMB_CODE2 = b"\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0"
 
string THUMB_MCLASS = b"\xef\xf3\x02\x80"
 
string ARMV8 = b"\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5"
 
string MIPS_CODE = b"\x0C\x10\x00\x97\x00\x00\x00\x00\x24\x02\x00\x0c\x8f\xa2\x00\x00\x34\x21\x34\x56"
 
string MIPS_CODE2 = b"\x56\x34\x21\x34\xc2\x17\x01\x00"
 
string MIPS_32R6M = b"\x00\x07\x00\x07\x00\x11\x93\x7c\x01\x8c\x8b\x7c\x00\xc7\x48\xd0"
 
string MIPS_32R6 = b"\xec\x80\x00\x19\x7c\x43\x22\xa0"
 
string ARM64_CODE = b"\x21\x7c\x02\x9b\x21\x7c\x00\x53\x00\x40\x21\x4b\xe1\x0b\x40\xb9"
 
string PPC_CODE = b"\x80\x20\x00\x00\x80\x3f\x00\x00\x10\x43\x23\x0e\xd0\x44\x00\x80\x4c\x43\x22\x02\x2d\x03\x00\x80\x7c\x43\x20\x14\x7c\x43\x20\x93\x4f\x20\x00\x21\x4c\xc8\x00\x21"
 
string PPC_CODE2 = b"\x10\x60\x2a\x10\x10\x64\x28\x88\x7c\x4a\x5d\x0f"
 
string SPARC_CODE = b"\x80\xa0\x40\x02\x85\xc2\x60\x08\x85\xe8\x20\x01\x81\xe8\x00\x00\x90\x10\x20\x01\xd5\xf6\x10\x16\x21\x00\x00\x0a\x86\x00\x40\x02\x01\x00\x00\x00\x12\xbf\xff\xff\x10\xbf\xff\xff\xa0\x02\x00\x09\x0d\xbf\xff\xff\xd4\x20\x60\x00\xd4\x4e\x00\x16\x2a\xc2\x80\x03"
 
string SPARCV9_CODE = b"\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0"
 
string SYSZ_CODE = b"\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a\xff\xff\x7f\x57\xe3\x01\xff\xff\x7f\x57\xeb\x00\xf0\x00\x00\x24\xb2\x4f\x00\x78"
 
string XCORE_CODE = b"\xfe\x0f\xfe\x17\x13\x17\xc6\xfe\xec\x17\x97\xf8\xec\x4f\x1f\xfd\xec\x37\x07\xf2\x45\x5b\xf9\xfa\x02\x06\x1b\x10"
 
string M68K_CODE = b"\xd4\x40\x87\x5a\x4e\x71\x02\xb4\xc0\xde\xc0\xde\x5c\x00\x1d\x80\x71\x12\x01\x23\xf2\x3c\x44\x22\x40\x49\x0e\x56\x54\xc5\xf2\x3c\x44\x00\x44\x7a\x00\x00\xf2\x00\x0a\x28\x4E\xB9\x00\x00\x00\x12\x4E\x75"
 
string M680X_CODE = b"\x06\x10\x19\x1a\x55\x1e\x01\x23\xe9\x31\x06\x34\x55\xa6\x81\xa7\x89\x7f\xff\xa6\x9d\x10\x00\xa7\x91\xa6\x9f\x10\x00\x11\xac\x99\x10\x00\x39"
 
tuple all_tests
 

Function Documentation

◆ test_class()

def test_lite.test_class ( )

Definition at line 74 of file test_lite.py.

74 def test_class():
75  for (arch, mode, code, comment, syntax) in all_tests:
76  print('*' * 16)
77  print("Platform: %s" % comment)
78  print("Code: %s" % to_hex(code))
79  print("Disasm:")
80 
81  try:
82  md = Cs(arch, mode)
83 
84  if syntax is not None:
85  md.syntax = syntax
86 
87  for (addr, size, mnemonic, op_str) in md.disasm_lite(code, 0x1000):
88  print("0x%x:\t%s\t%s" % (addr, mnemonic, op_str))
89 
90  print("0x%x:" % (addr + size))
91  print()
92  except CsError as e:
93  print("ERROR: %s" % e)
94 
95 
96 # test_cs_disasm_quick()
97 # print "*" * 40
def test_class()
Definition: test_lite.py:74
def to_hex(s, prefix_0x=True)
Definition: xprint.py:9

References xprint.to_hex().

◆ test_cs_disasm_quick()

def test_lite.test_cs_disasm_quick ( )

Definition at line 62 of file test_lite.py.

63  for (arch, mode, code, comment, syntax) in all_tests:
64  print('*' * 40)
65  print("Platform: %s" % comment)
66  print("Disasm:"),
67  print(to_hex(code))
68  for (addr, size, mnemonic, op_str) in cs_disasm_lite(arch, mode, code, 0x1000):
69  print("0x%x:\t%s\t%s" % (addr, mnemonic, op_str))
70  print()
71 
72 
73 # ## Test class Cs
def cs_disasm_lite(arch, mode, code, offset, count=0)
Definition: __init__.py:489
def test_cs_disasm_quick()
Definition: test_lite.py:62

References capstone.cs_disasm_lite(), and xprint.to_hex().

Variable Documentation

◆ all_tests

tuple test_lite.all_tests
Initial value:
1 = (
2  (CS_ARCH_X86, CS_MODE_16, X86_CODE16, "X86 16bit (Intel syntax)", None),
3  (CS_ARCH_X86, CS_MODE_32, X86_CODE32, "X86 32bit (ATT syntax)", CS_OPT_SYNTAX_ATT),
4  (CS_ARCH_X86, CS_MODE_32, X86_CODE32, "X86 32 (Intel syntax)", None),
5  (CS_ARCH_X86, CS_MODE_32, X86_CODE32, "X86 32 (MASM syntax)", CS_OPT_SYNTAX_MASM),
6  (CS_ARCH_X86, CS_MODE_64, X86_CODE64, "X86 64 (Intel syntax)", None),
7  (CS_ARCH_ARM, CS_MODE_ARM, ARM_CODE, "ARM", None),
8  (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE2, "THUMB-2", None),
9  (CS_ARCH_ARM, CS_MODE_ARM, ARM_CODE2, "ARM: Cortex-A15 + NEON", None),
10  (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE, "THUMB", None),
11  (CS_ARCH_ARM, CS_MODE_THUMB + CS_MODE_MCLASS, THUMB_MCLASS, "Thumb-MClass", None),
12  (CS_ARCH_ARM, CS_MODE_ARM + CS_MODE_V8, ARMV8, "Arm-V8", None),
13  (CS_ARCH_MIPS, CS_MODE_MIPS32 + CS_MODE_BIG_ENDIAN, MIPS_CODE, "MIPS-32 (Big-endian)", None),
14  (CS_ARCH_MIPS, CS_MODE_MIPS64 + CS_MODE_LITTLE_ENDIAN, MIPS_CODE2, "MIPS-64-EL (Little-endian)", None),
15  (CS_ARCH_MIPS, CS_MODE_MIPS32R6 + CS_MODE_MICRO + CS_MODE_BIG_ENDIAN, MIPS_32R6M, "MIPS-32R6 | Micro (Big-endian)", None),
16  (CS_ARCH_MIPS, CS_MODE_MIPS32R6 + CS_MODE_BIG_ENDIAN, MIPS_32R6, "MIPS-32R6 (Big-endian)", None),
17  (CS_ARCH_ARM64, CS_MODE_ARM, ARM64_CODE, "ARM-64", None),
18  (CS_ARCH_PPC, CS_MODE_BIG_ENDIAN, PPC_CODE, "PPC-64", None),
19  (CS_ARCH_PPC, CS_MODE_BIG_ENDIAN, PPC_CODE, "PPC-64, print register with number only", CS_OPT_SYNTAX_NOREGNAME),
20  (CS_ARCH_PPC, CS_MODE_BIG_ENDIAN + CS_MODE_QPX, PPC_CODE2, "PPC-64 + QPX", CS_OPT_SYNTAX_NOREGNAME),
21  (CS_ARCH_SPARC, CS_MODE_BIG_ENDIAN, SPARC_CODE, "Sparc", None),
22  (CS_ARCH_SPARC, CS_MODE_BIG_ENDIAN + CS_MODE_V9, SPARCV9_CODE, "SparcV9", None),
23  (CS_ARCH_SYSZ, 0, SYSZ_CODE, "SystemZ", None),
24  (CS_ARCH_XCORE, 0, XCORE_CODE, "XCore", None),
25  (CS_ARCH_M68K, CS_MODE_BIG_ENDIAN | CS_MODE_M68K_040, M68K_CODE, "M68K (68040)", None),
26  (CS_ARCH_M680X, CS_MODE_M680X_6809, M680X_CODE, "M680X_M6809", None),
27  )

Definition at line 32 of file test_lite.py.

◆ ARM64_CODE

string test_lite.ARM64_CODE = b"\x21\x7c\x02\x9b\x21\x7c\x00\x53\x00\x40\x21\x4b\xe1\x0b\x40\xb9"

Definition at line 22 of file test_lite.py.

◆ ARM_CODE

string test_lite.ARM_CODE = b"\xED\xFF\xFF\xEB\x04\xe0\x2d\xe5\x00\x00\x00\x00\xe0\x83\x22\xe5\xf1\x02\x03\x0e\x00\x00\xa0\xe3\x02\x30\xc1\xe7\x00\x00\x53\xe3"

Definition at line 12 of file test_lite.py.

◆ ARM_CODE2

string test_lite.ARM_CODE2 = b"\x10\xf1\x10\xe7\x11\xf2\x31\xe7\xdc\xa1\x2e\xf3\xe8\x4e\x62\xf3"

Definition at line 13 of file test_lite.py.

◆ ARMV8

string test_lite.ARMV8 = b"\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5"

Definition at line 17 of file test_lite.py.

◆ M680X_CODE

string test_lite.M680X_CODE = b"\x06\x10\x19\x1a\x55\x1e\x01\x23\xe9\x31\x06\x34\x55\xa6\x81\xa7\x89\x7f\xff\xa6\x9d\x10\x00\xa7\x91\xa6\x9f\x10\x00\x11\xac\x99\x10\x00\x39"

Definition at line 30 of file test_lite.py.

◆ M68K_CODE

string test_lite.M68K_CODE = b"\xd4\x40\x87\x5a\x4e\x71\x02\xb4\xc0\xde\xc0\xde\x5c\x00\x1d\x80\x71\x12\x01\x23\xf2\x3c\x44\x22\x40\x49\x0e\x56\x54\xc5\xf2\x3c\x44\x00\x44\x7a\x00\x00\xf2\x00\x0a\x28\x4E\xB9\x00\x00\x00\x12\x4E\x75"

Definition at line 29 of file test_lite.py.

◆ MIPS_32R6

string test_lite.MIPS_32R6 = b"\xec\x80\x00\x19\x7c\x43\x22\xa0"

Definition at line 21 of file test_lite.py.

◆ MIPS_32R6M

string test_lite.MIPS_32R6M = b"\x00\x07\x00\x07\x00\x11\x93\x7c\x01\x8c\x8b\x7c\x00\xc7\x48\xd0"

Definition at line 20 of file test_lite.py.

◆ MIPS_CODE

string test_lite.MIPS_CODE = b"\x0C\x10\x00\x97\x00\x00\x00\x00\x24\x02\x00\x0c\x8f\xa2\x00\x00\x34\x21\x34\x56"

Definition at line 18 of file test_lite.py.

◆ MIPS_CODE2

string test_lite.MIPS_CODE2 = b"\x56\x34\x21\x34\xc2\x17\x01\x00"

Definition at line 19 of file test_lite.py.

◆ PPC_CODE

string test_lite.PPC_CODE = b"\x80\x20\x00\x00\x80\x3f\x00\x00\x10\x43\x23\x0e\xd0\x44\x00\x80\x4c\x43\x22\x02\x2d\x03\x00\x80\x7c\x43\x20\x14\x7c\x43\x20\x93\x4f\x20\x00\x21\x4c\xc8\x00\x21"

Definition at line 23 of file test_lite.py.

◆ PPC_CODE2

string test_lite.PPC_CODE2 = b"\x10\x60\x2a\x10\x10\x64\x28\x88\x7c\x4a\x5d\x0f"

Definition at line 24 of file test_lite.py.

◆ SPARC_CODE

string test_lite.SPARC_CODE = b"\x80\xa0\x40\x02\x85\xc2\x60\x08\x85\xe8\x20\x01\x81\xe8\x00\x00\x90\x10\x20\x01\xd5\xf6\x10\x16\x21\x00\x00\x0a\x86\x00\x40\x02\x01\x00\x00\x00\x12\xbf\xff\xff\x10\xbf\xff\xff\xa0\x02\x00\x09\x0d\xbf\xff\xff\xd4\x20\x60\x00\xd4\x4e\x00\x16\x2a\xc2\x80\x03"

Definition at line 25 of file test_lite.py.

◆ SPARCV9_CODE

string test_lite.SPARCV9_CODE = b"\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0"

Definition at line 26 of file test_lite.py.

◆ SYSZ_CODE

string test_lite.SYSZ_CODE = b"\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a\xff\xff\x7f\x57\xe3\x01\xff\xff\x7f\x57\xeb\x00\xf0\x00\x00\x24\xb2\x4f\x00\x78"

Definition at line 27 of file test_lite.py.

◆ THUMB_CODE

string test_lite.THUMB_CODE = b"\x70\x47\xeb\x46\x83\xb0\xc9\x68"

Definition at line 14 of file test_lite.py.

◆ THUMB_CODE2

string test_lite.THUMB_CODE2 = b"\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0"

Definition at line 15 of file test_lite.py.

◆ THUMB_MCLASS

string test_lite.THUMB_MCLASS = b"\xef\xf3\x02\x80"

Definition at line 16 of file test_lite.py.

◆ X86_CODE16

string test_lite.X86_CODE16 = b"\x8d\x4c\x32\x08\x01\xd8\x81\xc6\x34\x12\x00\x00"

Definition at line 9 of file test_lite.py.

◆ X86_CODE32

string test_lite.X86_CODE32 = b"\xba\xcd\xab\x00\x00\x8d\x4c\x32\x08\x01\xd8\x81\xc6\x34\x12\x00\x00"

Definition at line 10 of file test_lite.py.

◆ X86_CODE64

string test_lite.X86_CODE64 = b"\x55\x48\x8b\x05\xb8\x13\x00\x00"

Definition at line 11 of file test_lite.py.

◆ XCORE_CODE

string test_lite.XCORE_CODE = b"\xfe\x0f\xfe\x17\x13\x17\xc6\xfe\xec\x17\x97\xf8\xec\x4f\x1f\xfd\xec\x37\x07\xf2\x45\x5b\xf9\xfa\x02\x06\x1b\x10"

Definition at line 28 of file test_lite.py.