SNIPPETS stringlengths 2 1.64k | INTENTS stringlengths 4 1.66k |
|---|---|
mov [ebx+8], ebx | move ebx into ebx+8 |
mov [ecx], 25 | move 25 decimal into the memory address ecx |
mov [ecx+4], eax | zero out [ecx+4] |
mov [ecx+4], eax | move eax into the address [ecx+4] |
mov [edi], al | copy al content into edi register |
mov [edi], al | move decoded byte to edi |
mov [edi], al | move the contents of the al register into the edi register |
mov [edi], al | move al into the address pointed by edi |
mov [edi], al | move the contents of the al register into the address pointed by edi |
mov [edi], al | move al into edi register |
mov [esi], al | copy al content into esi |
mov [esi], al | move the contents of the al register into the esi register |
mov [esi], al | swap al value with next byte value in esi |
mov [esi+13], al | move al into the address [esi+13] |
mov [esi+22], al | move al into the address [esi+22] |
mov [esi+34], al | move al into the address [esi+34] |
mov [esi+35], esi | move esi into the address [esi+35] |
mov [esi+39], ebx | move ebx into the address [esi+39] |
mov [esi+43], ebx | move ebx into the address [esi+43] |
mov [esi+47], eax | move eax into the address [esi+47] |
mov [esi+eax], cl | move the contents of cl into the byte at memory address esi+eax |
mov [esp + 1], cl | move cl into the address [esp + 1] |
mov [esp+4], esp | move esp into the address [esp+4] |
mov [esp+4],esp | sets esp as recv buffer |
mov [esp+57], al | move al into the address [esp+57] |
mov [esp+57],al \n mov [esp+58],ah \n mov [esp+59], ebx | save into esp register the syscall command Ôint 0x80 and jump back to _stageÕ |
mov [esp+58], ah | move ah into the address [esp+58] |
mov [esp+59], ebx | move ebx into the address [esp+59] |
mov [var], ebx | move the contents of ebx into the 4 bytes at memory address var |
mov [var1], eax | move the contents of eax into the 4 bytes at memory address var1 |
mov a_letter, al | move al into memory address a_letter |
mov ah, 0x80 | move 0x80 into ah |
mov al, [byte_tbl+2] | move the effective address of byte_tbl+2 to al register |
mov al, [esi] | trasfer esi content into al register |
mov al, [esi] | move the contents of the esi register into the al register |
mov al, 03h | move 03h into al |
mov al, 03h \n int 80h | execute __nr_read syscall |
mov al, 04h | move 04h into al |
mov al, 04h \n int 80h | execute __nr_write syscall |
mov al, 05h | move 05h into al |
mov al, 05h \n int 80h | execute __nr_open syscall |
mov al, 0x01 | move 0x1 into lower byte of the eax register |
mov al, 0x01 | move 0x01 into al |
mov al, 0x04 | move 0x04 into al |
mov al, 0x05 | put the syscall 0x5 into the al register |
mov al, 0x06 | move 0x06 into al |
mov al, 0x0a | move 0x0a into al |
mov al, 0x0b | save execve command in al register |
mov al, 0x0b | move the hexadecimal value 11 in al register |
mov al, 0x0b | copy the execve syscall numebr in al regisster |
mov al, 0x0b | move 0x0b into al |
mov al, 0x1 | move the code of syscall exit in al register |
mov al, 0x1 | load __nr_exit syscall number into al register |
mov al, 0x1 | move the value 0x1 into the al register |
mov al, 0x1 | move 0x1 into lower byte of the eax register |
mov al, 0x1 \n mov bl, 0x1 | save 0x1 into al and bl regsters |
mov al, 0x1 \n mov bl, 0x1 | push hexadecimal value 0x1 into al and bl registers |
mov al, 0x1 \n mov bl, 0x1 | save hexadecimal value 0x1 into al and bl register |
mov al, 0x17 | setuid = 0x17 |
mov al, 0x17 | move 0x17 into al |
mov al, 0x1f | set the offset bytes to point at the end of the program |
mov al, 0x1f | move 0x1f into al |
mov al, 0x2 | load __nr_fork sycall into al register |
mov al, 0x2 | put the syscall 0x2 into the al register |
mov al, 0x21 | move 0x21 into al |
mov al, 0x21 \n int 0x80 | load __nr_access into al register and ping kernel |
mov al, 0x27 | load __nr_alarm into al register |
mov al, 0x2e | save setgid = 0x2e into al register |
mov al, 0x2e | move 0x2e into al |
mov al, 0x3 | copy the value 3 into al register |
mov al, 0x3 | load read syscall number into al register |
mov al, 0x3 | move 0x3 into al |
mov al, 0x30 | move 0x30 into al |
mov al, 0x33 | move 0x33 into al |
mov al, 0x3b | load execve syscall into al register |
mov al, 0x3f | load __nr_dup2 into al register |
mov al, 0x3f | load sys_dup2 into al register |
mov al, 0x3f | load sys call for dup2 into al register |
mov al, 0x3f | move 0x3f into al |
mov al, 0x3f | syscall 63 |
mov al, 0x3f \n int 0x80 | execute sys_dup2 |
mov al, 0x3f \n int 0x80 | load dup2 syscall into al register and execute |
mov al, 0x4 | move the value 0x4 into the al register |
mov al, 0x4 | move 0x4 into al |
mov al, 0x42 | move 0x42 into al |
mov al, 0x46 | load setreuid into al register |
mov al, 0x46 | move 0x46 into al |
mov al, 0x5 | trasfer 5 into al register |
mov al, 0x5 | load open syscall number into al register |
mov al, 0x5 | move the value 0x5 into the al register |
mov al, 0x5 | move 0x5 into al |
mov al, 0x58 | loading syscall value = 0x58 for reboot in al |
mov al, 0x58 | load the syscall value 0x58 for reboot in the al register |
mov al, 0x6 | load __nr_close syscall into al register |
mov al, 0x6 | move 0x6 into al |
mov al, 0x6 \n int 0x80 | close the stream file |
mov al, 0x66 | move the command socketcall in al register |
mov al, 0x66 | move the socketcall in al register |
mov al, 0x66 | put the syscall socketcall in al register |
mov al, 0x66 | move the command socketcall = 102 in al register |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.