SNIPPETS
stringlengths 2
1.64k
| INTENTS
stringlengths 4
1.66k
|
|---|---|
mov dword [esp-4], esi
|
move the contents of the esi register into the dword at the memory location [esp-4]
|
mov dword [esp-4], esi
|
move esi into the doubleword starting at the address esp-4
|
mov dword [esp-8], 0x68732f2f
|
move 0x68732f2f into the dword at address [esp-8]
|
mov dword [esp-8], 0x68732f2f
|
move 0x68732f2f into the dword at the memory location [esp-8]
|
mov dword [esp-8], edi
|
copy edi content as a double word into memory space at the address esp-8
|
mov dword [esp-8], edi
|
move edi into the doubleword starting at the address esp-8
|
mov dword ptr [edx-0x55af551d],ebp \n mov dword ptr [edx-0x55ac551e],ebp \n mov dword ptr [edx-0x554f551f],ebp
|
copy ebp content into double word at the addresses edx-0x55af551d, edx-0x55ac551e, edx-0x554f551f
|
mov dword ptr [esi+0x10],ebx
|
copy the double word in ebx register into the memory space at the address esi+0x10
|
mov dword ptr [esi+0xc],esi
|
copy the double word in esi register into the space memory at the address esi+0xc
|
mov dword ptr [esp-0x4],edi
|
copy edi content into the memory space at the address esp-0x4
|
mov dword ptr [esp-0x8],edi
|
copy edi content into the memory space at the address esp-0x8
|
mov dx, 0x1a4
|
set read-write permission for the owner of the file, and read permission for everyone else
|
mov dx, 0x1a4
|
move 0x1a4 into dx
|
mov dx, 0x2a1
|
move the value 0x2a1 into the dx register
|
mov dx, 0xb01
|
move 0xb01 into dx
|
mov dx, 0xfff \n inc dx
|
load hecadecimal value 0xfff into dx register then increment dx content by 1
|
mov dx, 1222
|
move 1222 into dx
|
mov dx, 132
|
move the deciaml value 132 in dx register
|
mov dx, 132
|
move 132 into dx
|
mov dx, 16666
|
move 16666 into dx
|
mov dx,0x2a1
|
put 673 in dx
|
mov dx,0x3a30
|
load Ô:0Õ into dx register
|
mov dx,0xb01
|
move the hexadecimal value 0xb01 to dx register
|
mov eax, _start
|
set a valid .text address, Ô_startÕ into eax
|
mov eax, _start
|
move _start into eax
|
mov eax, [ebp+8]
|
move value of memory address [ebp+8] into eax
|
mov eax, [ebx]
|
move the 4 bytes in memory at the address contained in ebx into eax
|
mov eax, [ebx+8]
|
copy the 4 byte at memory location specified by the the result of the operation ebx+8 into eax register
|
mov eax, [ebx+epi*4+2]
|
move the contents of memory address ebx+epi*4+2 into eax
|
mov eax, [ebx+esi]
|
move the contents of memory address ebx+esi into eax
|
mov eax, [ebx+esi*2+4]
|
move the contents of memory address ebx+esi*2+4 into eax
|
mov eax, [esi-4]
|
move 4 bytes at memory address esi-4 into eax
|
mov eax, [esp]
|
move the contents of memory address esp into eax
|
mov eax, [esp+4]
|
move the value of register at address esp+4 and store into eax
|
mov eax, [temp]
|
move the contents at memory specified by temp into eax
|
mov eax, [temp1]
|
move the contents at memory address temp1 to eax
|
mov eax, [x]
|
move the contents at memory specified by x to eax
|
mov eax, [y]
|
move the contents at memory address y to eax
|
mov eax, [y]
|
move the contents at memory specified by y to eax
|
mov eax, [z]
|
move the contents at memory specified by z to eax
|
mov eax, 0ah
|
move 0ah into eax
|
mov eax, 0ah
|
move an ascii linefeed character into eax
|
mov eax, 0ah
|
move linefeed character into eax
|
mov eax, 0x2e323931
|
move 0x2e323931 into eax
|
mov eax, 0x2e383631
|
move 0x2e383631 into eax
|
mov eax, 0x2f3e20
|
move 0x2f3e20 into eax
|
mov eax, 0x2f766564
|
move 0x2f766564 into eax
|
mov eax, 0x31263e32
|
move 0x31263e32 into eax
|
mov eax, 0x31263e32 \n mov eax, 0x6c6c756e \n mov eax, 0x2f766564 \n mov eax, 0x2f3e20 \n mov eax, 0x782f2f \n mov eax, 0x33392e31 \n mov eax, 0x2e383631 \n mov eax, 0x2e323931 \n push eax \n mov ecx,esp
|
load the string 192.168.1.93//x </dev/null2<&1 in ecx register
|
mov eax, 0x33392e31
|
move 0x33392e31 into eax
|
mov eax, 0x3f
|
move 0x3f into eax
|
mov eax, 0x5
|
move 5 into eax
|
mov eax, 0x50905090
|
store egg (0x50905090) in eax
|
mov eax, 0x50905090
|
move 0x50905090 into eax
|
mov eax, 0x563ed8b7
|
move 0x563ed8b7 into eax
|
mov eax, 0x563ed8b7 \n add eax, 0x12345678 \n push eax
|
push Ô//shÕ on stack
|
mov eax, 0x66
|
move 0x66 into eax
|
mov eax, 0x6c6c756e
|
move 0x6c6c756e into eax
|
mov eax, 0x782f2f
|
move 0x782f2f into eax
|
mov eax, 0x8000
|
move the 32-bit value 0x8000 into register eax
|
mov eax, 0x8b90909d
|
move 0x8b90909d into eax
|
mov eax, 0x8b90909d \n not eax \n push eax \n mov eax, 0x9a8dd091 \n not eax \n push eax \n mov eax, 0x969d8cd0 \n not eax \n push eax \n xor eax, eax
|
put the string /sbin/reboot on the stack through eax register then clear it
|
mov eax, 0x969d8cd0
|
move 0x969d8cd0 into eax
|
mov eax, 0x9a8dd091
|
move 0x9a8dd091 into eax
|
mov eax, 0xb33fb33f
|
move 0xb33fb33f into eax
|
mov eax, 0xdeadc0de
|
move 0xdeadc0de into eax
|
mov eax, 0xdeadc0de \n sub eax, 0x70445eaf \n push eax
|
push Ô/binÕ on stack
|
mov eax, 0xfeffff80
|
copy hexadecimal value 0xfeffff80 into eax register
|
mov eax, 0xfeffff80
|
move 0xfeffff80 into eax
|
mov eax, 0xffffffff
|
move 0xffffffff into eax
|
mov eax, 0xffffffff \n not eax \n push eax
|
move the value -1 in eax register then do the one's complement negation of eax end then push it on the stack
|
mov eax, 1
|
code for exit syscall
|
mov eax, 1
|
exit
|
mov eax, 1
|
invoke sys_exit
|
mov eax, 1
|
make the system call exit
|
mov eax, 1
|
make the system call for exit
|
mov eax, 1
|
make the system call to terminate the process
|
mov eax, 1
|
move 1 into eax
|
mov eax, 1
|
move the value one into eax
|
mov eax, 1
|
specify exit syscall
|
mov eax, 1
|
system call exit
|
mov eax, 1
|
terminate the process
|
mov eax, 1 \n int 80h
|
execute __nr_exit sycall
|
mov eax, 10
|
invoke sys_unlink
|
mov eax, 10
|
move 10 into eax
|
mov eax, 10000h
|
move 10000h into eax register
|
mov eax, 102
|
invoke sys_socketcall
|
mov eax, 106
|
get information about the file
|
mov eax, 106
|
make the system call stat
|
mov eax, 106
|
make the system call to get information about the file
|
mov eax, 106
|
stat
|
mov eax, 106
|
system call stat
|
mov eax, 11
|
execve
|
mov eax, 11
|
invoke sys_execve
|
mov eax, 11
|
load and run the program
|
mov eax, 11
|
make the system call execve
|
mov eax, 11
|
make the system to load and run the program
|
mov eax, 11
|
system call execve
|
mov eax, 13
|
invoke sys_time
|
mov eax, 132
|
move 132 to eax 132
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.