SNIPPETS stringlengths 2 1.64k | INTENTS stringlengths 4 1.66k |
|---|---|
mov ebx, eax | copy eax into ebx register |
mov ebx, eax | copy eax content into ebx register |
mov ebx, eax | move eax content into ebx register |
mov ebx, eax | store sock_file_des in ebx register |
mov ebx, eax | move client fd to ebx |
mov ebx, eax | zero out ebx |
mov ebx, eax | move the address in eax into ebx |
mov ebx, eax | move the contents of the eax register into the ebx register |
mov ebx, eax | move eax into ebx |
mov ebx, ecx | copy ecx content into ebxx register |
mov ebx, ecx | copy ecx content into ebx |
mov ebx, ecx | move ecx into ebx |
mov ebx, ecx | backup ecx into ebx |
mov ebx, edi | copy edi content into ebx register |
mov ebx, edi | move edi into ebx |
mov ebx, edx | set ebx =1 |
mov ebx, edx | move the client socket fd from edx into ebx |
mov ebx, edx | save edx content into ebx |
mov ebx, edx | move edx into ebx |
mov ebx, esi | save the saved socket descpritor in ebx |
mov ebx, esi | save the esi contenmts in ebx register |
mov ebx, esi | store address of /usr/bin/ncat into ebx register |
mov ebx, esi | copy esi content into ebx register |
mov ebx, esi | load arg1 = Ô/bin/shÕ into ebx register |
mov ebx, esi | save esi content into ebx |
mov ebx, esi | move esi into ebx |
mov ebx, esp | push /bin/sh into ebx |
mov ebx, esp | load the stack pointer into ebx register |
mov ebx, esp | load the strinf //bin/sh in ebx register |
mov ebx, esp | save addr of stack into ebx |
mov ebx, esp | ebx = /bin//sh |
mov ebx, esp | load the pointer to args into ebx register |
mov ebx, esp | ebx points the top pf the stack |
mov ebx, esp | load stack pointer into ebx register |
mov ebx, esp | loast stcak pointer into ebx register |
mov ebx, esp | point ebx to stack |
mov ebx, esp | push esp pointer to ebx |
mov ebx, esp | ebx points to the memory struct |
mov ebx, esp | store esp pointer in ebx |
mov ebx, esp | trasnfer esp content to ebx |
mov ebx, esp | put the address of "/bin//sh" into ebx via esp |
mov ebx, esp | load esp content into ebx |
mov ebx, esp | ebx points to the top of the stack |
mov ebx, esp | trasfer stack pointer into ebx register |
mov ebx, esp | ebx points the top of the stack |
mov ebx, esp | ebx point to pushed string |
mov ebx, esp | move stack ptr to ebx |
mov ebx, esp | moving the pointer to "/bin//sh" to ebx |
mov ebx, esp | moving the pointer to the string Ô/bin//cnÕ to ebx |
mov ebx, esp | moves the memory address of esp(pointing to our string & nulls) from the stack into ebx |
mov ebx, esp | save esp content into ebx |
mov ebx, esp | save esp content into ebx register |
mov ebx, esp | save the arg "/bin//sh/" into ebx |
mov ebx, esp | ebx point to the structure |
mov ebx, esp | save esp content into ebx regsiter |
mov ebx, esp | load address of /bin/sh into ebx |
mov ebx, esp | move the address of the character on the stack into ebx |
mov ebx, esp | move the contents of the esp register into the ebx register |
mov ebx, esp | move esp into ebx |
mov ebx, esp | move address of stack pointer into ebx |
mov ebx, filename | move filename into ebx |
mov ebx, m_src1 | move m_src1 to ebx |
mov ebx, m_src2 | move m_src2 to ebx |
mov ebx, msg | move the address of msg string into ebx |
mov ebx, n | move n to ebx |
mov ebx, name | move name into ebx |
mov ebx, request | move address of request variable into ebx |
mov ebx, sock_reg | move sock_reg into ebx |
mov ebx, type var3 | move the number of bytes of var3 into ebx |
mov ebx, upcase | move the value of upcase into ebx |
mov ebx, x | move the contents of x into ebx |
mov ebx, zero_reg | move zero_reg into ebx |
mov ebx,eax | copy eax content into ebx register |
mov ebx,eax | load eax content into ebx |
mov ebx,eax | load eax content into ebx register |
mov ebx,eax | save the returned value of the previous sys call (fd) into ebx, 2nd arg |
mov ebx,eax \n push eax | move eax register to ebx register then push eax on the register |
mov ebx,eax \n push ebx | trasfer aex contents into ebx contents and push ebx on the stack |
mov ebx,esi | copy socket file descriptor from esi to ebx to feed clientid |
mov ebx,esi | copy the esi content into ebx register |
mov ebx,esi | load esi content into ebx register |
mov ebx,esi | save esi content into ebx |
mov ebx,esp | load esp content into ebx register |
mov ebx,esp | save addr of stack into ebx |
mov ebx,esp | copy esp content into ebx register |
mov ebx,esp | ebx points to memory struct |
mov ebx,esp | point ebx to stack |
mov ebx,esp | load stack pointer into ebx register |
mov ebx,esp | set first arg in ebx=*filename |
mov ebx,esp | set the 1st arg /bin/bash from the stack |
mov ebx,esp | save pointer into ebx |
mov ecx ,esp | move esp content into ecx register |
mov ecx, [ebp+12] | move the contents at the memory location specified by the result of the operation [ebp+12] into the ecx register |
mov ecx, [ebp+12] | move the contents of the address [ebp+12] into ecx |
mov ecx, [esi+4*eax] | move the 4 bytes of data at address esi+4*eax into ecx |
mov ecx, [esp] | move the contents of esp into ecx |
mov ecx, [esp] | move the contents of the esp register into the ecx register |
mov ecx, [my_table] | move effective address of my_table in ecx |
mov ecx, [temp3] | move the contents at memory address temp3 to ecx |
mov ecx, [x] | move the contents at memory address x to ecx |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.