PDA

View Full Version : how to convert this code in delphi asm


Wissam
12-26-2005, 03:31 PM
0012F0B6 49 DEC ECX
0012F0B7 45 INC EBP
0012F0B8 2D 354A5330 SUB EAX,30534A35 << i will change this numbers over a commandlick
0012F0BD 52 PUSH EDX
0012F0BE 4E DEC ESI
0012F0BF 3350 00 XOR EDX,DWORD PTR DS:[EAX]


please help me

0x517A5D
01-01-2006, 05:16 PM
Originally posted by Wissam@Dec 26 2005, 12:31 PM
0012F0B6* 49* * * * * * * DEC ECX
0012F0B7* 45* * * * * * * INC EBP
0012F0B8* 2D 354A5330* * * SUB EAX,30534A35
0012F0BD* 52* * * * * * * PUSH EDX
0012F0BE* 4E* * * * * * * DEC ESI
0012F0BF* 3350 00* * * * * XOR EDX,DWORD PTR DS:[EAX]
1227


Are you certain that this is code? It looks like very strange code to me.
It's nothing that a compiler would generate.

In addition, all of the "opcodes" are in the 0x20-0x5F range, except the
last which is 0x00. I think this is a C string. Specifically "IE-0SJ5RN3P".

517A5D out.