From mboxrd@z Thu Jan 1 00:00:00 1970 From: "openbsd shen" Subject: What means "\xc7\x44\x24\x18\xda\xff\xff\xff\xe8" ? Date: Wed, 5 Apr 2006 11:30:13 +0800 Message-ID: <6ff3e7140604042030v7c3aee9epec79c398c3d256d0@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: Content-Disposition: inline Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming In a get_sct() function, it have some lines: pt = (char *) memmem(p+7, SCLEN-(p-code)-7, "\xc7\x44\x24\x18\xda\xff\xff\xff\xe8", 9); if (!pt) return 0; when run here, it always return 0, so I want to know what means the "\xc7\x44\x24\x18\xda\xff\xff\xff\xe8" ? Thanks