From a16c74a14bea6f1d8fff5f8104e1ad5a6fd22012 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 12 Apr 2019 00:41:43 +0800 Subject: [PATCH] cstest: add RCR issue to issues.cs --- suite/cstest/issues.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/suite/cstest/issues.cs b/suite/cstest/issues.cs index 8feda915..e90e2a4e 100644 --- a/suite/cstest/issues.cs +++ b/suite/cstest/issues.cs @@ -1,3 +1,11 @@ +!# issue 1456 +!# CS_ARCH_X86, CS_MODE_32, None +0xd1,0x5e,0x48 == rcr dword ptr [esi + 0x48], 1 + +!# issue 1456 +!# CS_ARCH_X86, CS_MODE_32, CS_OPT_SYNTAX_ATT +0xd1,0x5e,0x48 == rcrl $1, 0x48(%esi) + !# issue 1456 !# CS_ARCH_X86, CS_MODE_32, None 0x62,0x00 == bound eax, qword ptr [eax]