SNIPPETS stringlengths 2 1.64k | INTENTS stringlengths 4 1.66k |
|---|---|
mov ecx, 0777 | move permissions to read write and execute into ecx |
mov ecx, 0x0 | move 0x0 into ecx |
mov ecx, 0x04030382 | mov ip address in ecx |
mov ecx, 0x1 | move 0x1 into ecx |
mov ecx, 0x88998899 | move 0x88998899 into ecx |
mov ecx, 0x88998899 \n sub ecx, 0x1525152a \n push ecx | push ÔostsÕ on stack |
mov ecx, 1 | move 1 into ecx |
mov ecx, 36 | get 36 in the ecx |
mov ecx, 4294948047 | move 4294948047 into ecx |
mov ecx, 672274793 | loading 0x1234567 in ecx |
mov ecx, 672274793 | move the value 672274793 into the ecx register |
mov ecx, arguments | move the address of the arguments into ecx |
mov ecx, array | move the first element of array into ecx |
mov ecx, array2 | move the first element in array2 into ecx |
mov ecx, b | move b to ecx |
mov ecx, buff | move buff to ecx |
mov ecx, buffer | move the memory address of buffer variable into ecx |
mov ecx, contents | move the memory address of contents string into ecx |
mov ecx, contents | move the memory address of contents variable into ecx |
mov ecx, donemsg | move donemsg into ecx |
mov ecx, eatmsg | move eatmsg into ecx |
mov ecx, eax | move eax into ecx |
mov ecx, ebp | copy epb content into ecx register |
mov ecx, ebp | move ebp into ecx |
mov ecx, ebp | copy the value of ebp to ecx |
mov ecx, ebx \n mov ebx, eax | copy ebx content into ecx and eax content into ebx |
mov ecx, edi | move edi into ecx |
mov ecx, edi \n xor edx, edx | load edi content into ecx register then clear edx |
mov ecx, edx | put 0 in ecx |
mov ecx, edx | set counter ecx = 2 |
mov ecx, edx | save edx content into ecx |
mov ecx, edx | initialize counter, ecx, to 2 |
mov ecx, edx | move edx into ecx |
mov ecx, edx | move the contents of the edx register into the ecx register |
mov ecx, edx | backup edx into ecx |
mov ecx, esi | move esi into ecx |
mov ecx, esp | transfer esp contents into ecx |
mov ecx, esp | trasnfer esp contents into ecx register |
mov ecx, esp | trasfer esp contents to ecx register |
mov ecx, esp | ecx points to the top of the stack |
mov ecx, esp | load the stack pointer in ecx register |
mov ecx, esp | load the stack pointer in ecx regsiter |
mov ecx, esp | load esp content in ecx |
mov ecx, esp | load the stack pointer into ecx register |
mov ecx, esp | load esp content into ecx register |
mov ecx, esp | save addr of stack into ecx |
mov ecx, esp | load stack pointer into ecx register |
mov ecx, esp | load esp content into ecx |
mov ecx, esp | pointer to args on the stack into ecx |
mov ecx, esp | load on ecx the pointer to the arguments n the stack into ecx |
mov ecx, esp | load the pointer to v4lhist struct arguments in ecx register |
mov ecx, esp | copy in ecx the argument pointer |
mov ecx, esp | load the pointer to struct into ecx register |
mov ecx, esp | load the arguments previously pushed on stack into register ecx |
mov ecx, esp | load the pointer to args into ecx register |
mov ecx, esp | move the pointer to args into ecx register |
mov ecx, esp | move stack pointer to ecx |
mov ecx, esp | copy esp content into ecx register |
mov ecx, esp | copy esp content in ecx register |
mov ecx, esp | save address od the top of the stack into ecx |
mov ecx, esp | save the argument array into ecx register |
mov ecx, esp | store argv array into ecx via the stack or esp |
mov ecx, esp | save pointer to ecx |
mov ecx, esp | trasnfer esp content to ecx register |
mov ecx, esp | move address of the opernads into ecx |
mov ecx, esp | set the args |
mov ecx, esp | move stack ptr into ecx |
mov ecx, esp | move stack ptr to ecx |
mov ecx, esp | mv final stack ptr to ecx |
mov ecx, esp | mv new stack ptr to ecx |
mov ecx, esp | move satck pointer to ecx |
mov ecx, esp | save esp content into ecx |
mov ecx, esp | ecx point the top of the stack |
mov ecx, esp | save the pointer to args in ecx register |
mov ecx, esp | pointer to struct |
mov ecx, esp | save the pointer to args in ecx |
mov ecx, esp | move the memory location of args to ecx |
mov ecx, esp | pushes the memory location of args into ecx |
mov ecx, esp | move memory location of the args to ecx |
mov ecx, esp | save the new socket fd into ecx |
mov ecx, esp | move the memory location of the args list into ecx |
mov ecx, esp | move the memeory location of the args to ecx |
mov ecx, esp | moves the address of the string from the stack to ecx |
mov ecx, esp | save esp content into ecx register |
mov ecx, esp | load address of the parameter array into ecx |
mov ecx, esp | ecx point to the structur |
mov ecx, esp | load address of the parameter array |
mov ecx, esp | load address of the parameter array intp ecx |
mov ecx, esp | load array address into ecx |
mov ecx, esp | ecx point to the structure |
mov ecx, esp | move esp into ecx |
mov ecx, esp | move the contents of the esp register into the ecx register |
mov ecx, esp | ecx point to the top of the stack |
mov ecx, esp | move the address of the stack pointer into ecx |
mov ecx, esp | move the contents of esp into ecx |
mov ecx, esp | move address of arguments into ecx |
mov ecx, esp | save the memory location of arg[0] into the ecx register |
mov ecx, esp | move address of stack pointer into ecx |
mov ecx, esp | point ecx to the top of the stack |
mov ecx, esp \n mov edx, esp | copy esp content into ecx and edx registers |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.