hacking contest

hacking exploits security forum
hacking
compliance articles
upgrade backup exec
information security consultant

Full Version: Small Coding Problem
B3T4
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
*bump*

common guys, it looks so easy...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.