linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* What means "\xc7\x44\x24\x18\xda\xff\xff\xff\xe8" ?
@ 2006-04-05  3:30 openbsd shen
  2006-04-05  4:03 ` Glynn Clements
  0 siblings, 1 reply; 3+ messages in thread
From: openbsd shen @ 2006-04-05  3:30 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-05  4:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-05  3:30 What means "\xc7\x44\x24\x18\xda\xff\xff\xff\xe8" ? openbsd shen
2006-04-05  4:03 ` Glynn Clements
2006-04-05  4:32   ` Niklaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).