B3T4
May 3 2004, 11:19 AM
howdie, me again...
im trying to get some asm shell code to work with Delphi
i got the asm code from a generator, it compiles ok except to this little line. Here, ill show u
| CODE |
@@unxor_pop_esi: add esi, @@unxor_data - @@unxor_pop_esi //; ESI = data offs mov ecx, not (792 / 4)//; ECX = data size not ecx |
it goes wrong at the ADD line, error is : Inline assembler Syntax not found.
I tried fixig this myself ofcourse, but actually i have no clue whats so ever is happing at that line. It looks like a loop tho.
Here is a start of what @@unxor_data: looks like
| CODE |
@@unxor_data: //; 792 bytes, 198 dwords dd 0F9AC7335h dd 08D511CDDh dd 0FB962BF2h .. ........... |
PS. Why here? Didnt saw a codearea and well, im making a trojan so...
B3T4
May 4 2004, 10:45 AM
*bump*
common guys, it looks so easy...