SNIPPETS
stringlengths 2
1.64k
| INTENTS
stringlengths 4
1.66k
|
|---|---|
mov edx, 255
|
move decimal number 255 into edx
|
mov edx, 3
|
move 3 decimal into edx
|
mov edx, 43
|
move 43 decimal into edx
|
mov edx, 43
|
move decimal 43 into edx
|
mov edx, 66729180
|
move 66729180 into edx
|
mov edx, 78
|
move decimal 78 into edx
|
mov edx, 78
|
store 78 decimal into edx
|
mov edx, 8
|
move 8 decimal into edx
|
mov edx, 8
|
put 8 into edx
|
mov edx, 9
|
move number 9 into edx
|
mov edx, buff
|
move buff to edx
|
mov edx, bufflen
|
move bufflen into edx
|
mov edx, donelen
|
move donelen into edx
|
mov edx, dword 0x65676760
|
save ÔeggÕ into edx register
|
mov edx, dword 0x65676760
|
move dword 0x65676760 into edx
|
mov edx, dword 0x65676760
|
move the doubleword 0x65676760 into edx
|
mov edx, eatlen
|
move eatlen into edx
|
mov edx, eax
|
copy eax content into edx
|
mov edx, eax
|
copy eax into edx
|
mov edx, eax
|
save the fd from the socket
|
mov edx, eax
|
save the socket fd contained into eax in edx
|
mov edx, eax
|
move eax into edx
|
mov edx, eax
|
backup eax into edx
|
mov edx, ebp
|
move ebp into edx
|
mov edx, ecx
|
set zero to edx
|
mov edx, ecx
|
move ecx into edx
|
mov edx, ecx
|
move ecx to edx
|
mov edx, egg_sig
|
set edx = 0x4f904790edx = 0x4f904790
|
mov edx, environment
|
move the address of environment variable into edx
|
mov edx, esi
|
move esi into edx
|
mov edx, esp
|
load the stack pointer on edx regsiter
|
mov edx, esp
|
save addr of stack into edx
|
mov edx, esp
|
get a pointer to the null value saving it in edx register
|
mov edx, esp
|
load stack pointer into edx register
|
mov edx, esp
|
save esp content into edx
|
mov edx, esp
|
moving 0 to edx
|
mov edx, esp
|
gets the memory address of the nulls onto the stack into edx
|
mov edx, esp
|
move esp into edx
|
mov edx, esp
|
move the contents of the esp register into the edx register
|
mov edx, esp
|
move address of stack pointer into edx
|
mov edx, esp
|
point edx to the stack pointer
|
mov edx, esp
|
move the stack pointer into edx
|
mov edx, filename
|
move filename into edx
|
mov edx, hellolen
|
move hellolen into edx
|
mov edx, hexlen
|
move hexlen into edx
|
mov edx, len
|
move variable len to edx
|
mov edx, m_src4
|
move m_src4 to edx
|
mov edx, n
|
move n to edx
|
mov edx, readbuffer
|
move readbuffer into edx
|
mov edx, readlen
|
move readlen into edx
|
mov edx, response
|
move address of response variable into edx
|
mov edx, src
|
move the contents of src variable into edx
|
mov edx, tmp
|
move the contents of tmp variable into edx
|
mov edx, type var1
|
move the number of bytes of var1 into edx
|
mov edx,0x4f904790
|
copy the hexadecimal value of Ò.g.oÓ into ed register
|
mov edx,eax
|
copy eax content into edx register
|
mov edx,esp
|
load the stack pointer into edx register
|
mov edx,esp
|
load esp cpntent into edx register
|
mov edx,esp
|
move stack pointer into edx
|
mov edx,esp
|
load esp content into edx register
|
mov esi , esp
|
load the stack pointer into esi register
|
mov esi, [ebp+12]
|
move the contents of memory address ebp+12 into esi
|
mov esi, 0x222933f0
|
move 0x222933f0 into esi
|
mov esi, 0x243525f0
|
move 0x243525f0 into esi
|
mov esi, 0x34399797
|
move 0x34399797 into esi
|
mov esi, 0x353ffc3b
|
transfer hexadecimal value 0x353ffc3b into esi regsiter
|
mov esi, 0x353ffc3b
|
move 0x353ffc3b into esi
|
mov esi, 0x563a1f3e
|
move 0x563a1f3e into esi
|
mov esi, 0x65636170
|
move 0x65636170 into esi
|
mov esi, 0x65636170 \n push esi \n xor esi, esi \n mov esi, 0x735f6176 \n push esi \n xor esi, esi \n push dword 0x5f657a69 \n push dword 0x6d6f646e \n push dword 0x61722f6c \n push dword 0x656e7265 \n push dword 0x6b2f7379 \n push dword 0x732f636f \n mov esi, 0x72702f2f \n push esi \n xor esi, esi \n mov ebx,esp
|
push the string //proc/sys/kernel/randomize_va_space on the stack and then load the stack pointer on ebx register
|
mov esi, 0x68732f2f
|
push //sh in esi
|
mov esi, 0x68732f2f
|
move 0x68732f2f into esi
|
mov esi, 0x72702f2f
|
move 0x72702f2f into esi
|
mov esi, 0x735f6176
|
move 0x735f6176 into esi
|
mov esi, 0x91969dd0
|
move 0x91969dd0 into esi
|
mov esi, 0xd2c45e5e
|
move 0xd2c45e5e into esi
|
mov esi, 10
|
move 10 into esi
|
mov esi, 9
|
move 9 into esi
|
mov esi, buff
|
place address buff into esi
|
mov esi, eax
|
save returned file descriptor from eax into esi
|
mov esi, eax
|
save eax contents in esi contents
|
mov esi, eax
|
save socket file descriptor from eax into esi
|
mov esi, eax
|
transfer eax content into esi register
|
mov esi, eax
|
transfer fd for next call from eax into esi register
|
mov esi, eax
|
copy eax content in esi register
|
mov esi, eax
|
copy eax to esi content
|
mov esi, eax
|
store sockfd in esi register
|
mov esi, eax
|
store socket descriptor into esi register
|
mov esi, eax
|
save eax content into esi
|
mov esi, eax
|
save the newly created socket from eax to esi
|
mov esi, eax
|
move pointer in eax into esi
|
mov esi, eax
|
move eax into esi
|
mov esi, eax \n xor eax, eax
|
copy socket des from eax to esi register then clear eax
|
mov esi, ecx
|
copy ecx into esi register
|
mov esi, ecx
|
move ecx into esi
|
mov esi, edx
|
move remainder into esi
|
mov esi, esp
|
load in esi the pointer to Ô-fÕ argument
|
mov esi, esp
|
load esp contents on esi register
|
mov esi, esp
|
load the the stack pointer in esi register
|
mov esi, esp
|
load esp content in esi regsister
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.