Re: What means "\xc7\x44\x24\x18\xda\xff\xff\xff\xe8"

From: Jan Engelhardt
Date: Sat Apr 08 2006 - 05:07:11 EST


>Subject: What means "\xc7\x44\x24\x18\xda\xff\xff\xff\xe8"

Does not look like x86 asm code:

> p = (char *) memmem(code, SCLEN, "\xff\x14\x85", 3);

call dword ptr [edx-...]

> pt = (char *) memmem(p+7, SCLEN-(p-code)-7,
> "\xc7\x44\x24\x18\xda\xff\xff\xff\xe8", 9);

mov dword ptr [esp+0x18], 0xffffffda


Nope, does not look meaningful if taken as x86 asm.


Jan Engelhardt
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/