SNIPPETS stringlengths 2 1.64k | INTENTS stringlengths 4 1.66k |
|---|---|
mov eax, 90 | move decimal number 90 into eax |
mov eax, 90 | system call mmap |
mov eax, addr | retrieve a valid address saving it into eax |
mov eax, addr | move addr into eax |
mov eax, array[esi*4] | move the contents of memory address array+esi*4 into eax |
mov eax, b | move b to eax |
mov eax, buff | move buff to eax |
mov eax, buffer | move the memory address of buffer variable into eax |
mov eax, buzz | move the address of buzz string into eax |
mov eax, c | move c to eax |
mov eax, childmsg | move childmsg into eax |
mov eax, ebx | backup ebx into eax |
mov eax, ebx | copy the contents of ebx into eax register |
mov eax, ebx | copy what is in ebx into eax |
mov eax, ebx | move ebx to eax |
mov eax, ebx | move the address in ebx into eax |
mov eax, ebx | transfer ebx to eax |
mov eax, ecx | move the value in ecx into eax |
mov eax, ecx | move the value of ecx into eax |
mov eax, edi | move edi into eax |
mov eax, edi | move edi to eax |
mov eax, edx | copy edx content into eax register |
mov eax, edx | move edx into eax |
mov eax, edx | move the remainder into eax |
mov eax, esi | move esi into eax |
mov eax, esi \n inc eax | load 4 into eax |
mov eax, esp | move stack pointer to eax |
mov eax, esp | move the address of the current stack pointer into eax |
mov eax, filecontents | move the memory address of filecontents variable into eax |
mov eax, fizz | move the address of fizz string into eax |
mov eax, key | move key into eax |
mov eax, key \n mov edi, edx | copy key into eax and edx in edi |
mov eax, m_src | move m_src to eax |
mov eax, msg | move the address of msg string into eax |
mov eax, msg1 | move msg1 string into eax |
mov eax, msg1 | move the address of msg1 into eax |
mov eax, msg2 | move the address of msg2 into eax |
mov eax, msg3 | move the address of msg3 into eax |
mov eax, mxcsr | move mxcsr to eax |
mov eax, n_src | move n_src to eax |
mov eax, parentmsg | move parentmsg into eax |
mov eax, response | move address of response variable into eax |
mov eax, type var4 | move the number of bytes of var4 into eax |
mov eax,0x50905090 | moving egg=0x50905090 |
mov ebp, buff | place address of buffer into ebp |
mov ebp, eax | move eax to ebp |
mov ebp, ecx | move ecx into ebp |
mov ebp, esp | save esp content into ebp |
mov ebp, esp | move esp into ebp |
mov ebp, esp | point ebp to the esp register |
mov ebp, esp | point ebp to top of stack |
mov ebp, esp | set the new base pointer |
mov ebx, [ebp-4] | move the contents at the memory location specified by the result of the operation [ebp-4] into the ebx register |
mov ebx, [ebp-4] | move the contents of the address [ebp-4] into the ebx register |
mov ebx, [ebp-8] | move the contents at the memory location specified by the result of the operation [ebp-8] into the ebx register |
mov ebx, [ebp-8] | move the contents of the address [ebp-8] into the ebx register |
mov ebx, [ebx+esi] | move the contents of memory address ebx+esi into ebx |
mov ebx, [esp] | move value at top of the stack to ebx |
mov ebx, [my_table] | move effective address of my_table in ebx |
mov ebx, [my_table] | save the effective address of my_table in ebx |
mov ebx, [temp2] | move the contents at memory address temp2 to ebx |
mov ebx, [x] | move the contents at memory address x to ebx |
mov ebx, [y] | move the contents at memory address y to ebx |
mov ebx, 0 | exit with return code of 0 |
mov ebx, 0 | return 0 status on exit |
mov ebx, 0 | return a code of zero |
mov ebx, 0 | specify file descriptor 0 as standard input |
mov ebx, 0 | use stdin |
mov ebx, 0 | write to the stdin file |
mov ebx, 0x1 | move 0x1 into ebx |
mov ebx, 0x2 | move 0x2 into ebx |
mov ebx, 0x4 | move 0x4 into ebx |
mov ebx, 0x40000 | move the 32-bit value 0x40000 into register ebx |
mov ebx, 0x5 | move 0x5 into ebx |
mov ebx, 0xfee1dead | loading 0xfee1dead in ebx |
mov ebx, 0xfee1dead | move the value 0xfee1dead into the ebx register |
mov ebx, 1 | file descriptor 1 standard output |
mov ebx, 1 | invoke subroutine socket |
mov ebx, 1 | move 1 into ebx |
mov ebx, 1 | specify file descriptor 1 standard output |
mov ebx, 1 | use stdout |
mov ebx, 1 | write to the stdout file |
mov ebx, 10 | move decimal value 10 into ebx |
mov ebx, 2 | invoke subroutine bind |
mov ebx, 2 | specify file descriptor 2 standard error |
mov ebx, 3 | invoke subroutine connect |
mov ebx, 3 | move 3 to the ebx register |
mov ebx, 3 | move decimal number 3 into ebx |
mov ebx, 4 | invoke subroutine listen |
mov ebx, 5 | invoke subroutine accept |
mov ebx, 5 | move 5 into ebx |
mov ebx, 9 | move number 9 into ebx |
mov ebx, buff | move buff to ebx |
mov ebx, command | move command into ebx |
mov ebx, dword 0x5090508f | save egg signature altered: 0x50905090 Ð 1 into ebx |
mov ebx, dword 0x5090508f | move dword 0x5090508f into ebx |
mov ebx, dword 0x50905091 | move dword 0x50905091 into ebx |
mov ebx, dword 0x50905091 \n dec ebx | load hexadecimal value 0x50905091 as a double word into ebx register then decrement its content by 1 |
mov ebx, eax | move eax contents to ebx register |
mov ebx, eax | transfer eax content into ebx |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.