SNIPPETS
stringlengths
2
1.64k
INTENTS
stringlengths
4
1.66k
sub dl, al \n jns decode_pr
subtract al from dl and jump to decode_pr if the sign flag is zero
sub dl, byte [esi]
subtract shellcode byte value to dl = 13
sub dl, byte [esi]
subtract the byte at the address esi from the contents of the dl register
sub dx, 15444
subtract 15444 from dx and save the result into dx
sub dx, 15444
subtract 15444 from the contents of the dx register
sub dx, bx
subtract the contents of bx from the contents of dx
sub dx, bx
subtract bx from dx
sub eax, [esp]
subtract the value of the memory at address esp from eax and store into eax
sub eax, 0x013ffeff
subtract 0x013ffeff from the contents in eax and save the result in eax
sub eax, 0x013ffeff \n push eax
push Ô in/cÕ on stack
sub eax, 0x04feca01
subtract 0x04feca01 from the contents in eax and save the result in eax
sub eax, 0x04feca01 \n inc eax \n push eax
push Ô/etcÕ on stack
sub eax, 0x0efc3532
subtract 0x0efc3532 from the contents in eax and save the result in eax
sub eax, 0x0efc3532 \n push eax
push Ô//shÕ on stack
sub eax, 0x10
subtract 0x10 from eax
sub eax, 0x2c3d2dff
subtract 0x2c3d2dff from the contents in eax and save the result in eax
sub eax, 0x2c3d2dff \n push eax
push 0777 on stack
sub eax, 0x3217d6d2
subtract 0x3217d6d2 from the contents in eax and save the result in eax
sub eax, 0x3217d6d2 \n add eax, 0x31179798 \n push eax
push Ô///bÕ on stack
sub eax, 0x3bd04ede
subtract 0x3bd04ede from the contents in eax and save the result in eax
sub eax, 0x70445eaf
subtract 0x70445eaf from the contents in eax and save the result in eax
sub eax, 216
subtract 216 from the value stored in eax
sub eax, 3
decrease eax by 3
sub eax, 3e716230
subtract 3e716230 from the contents of the eax register
sub eax, 5d455523
subtract 5d455523 from the contents of the eax register
sub eax, 5e5d7722
subtract 5e5d7722 from the contents of the eax register
sub eax, 8
subtract 8 from the contents of eax register and save the result in eax
sub eax, 8
subtract 8 from the contents of the eax register
sub eax, eax
zero out eax
sub eax, eax
subtract the contents of eax from the contents of eax
sub eax, ebx
subtract ebx from eax
sub eax, ebx
subtract the address in ebx from the address in eax
sub eax,20000h
subtract 20000h from eax register
sub ebx, 0x2e2aa163
subtract 0x2e2aa163 from ebx and save the result into ebx
sub ebx, 0x2e2aa163
subtract 0x2e2aa163 from the contents in ebx and save the result in ebx
sub ebx, 0x2e2aa163 \n push ebx
subtract the hexadecimal value 0x2e2aa163 to ebx content, then push it on stack
sub ebx, 2
decrease ebx by 2
sub ebx, byte 3
subtract the byte 3 from the contents of the ebx register
sub ebx, byte 3
subtract the byte value 3 from the contents of ebx and save the result in ebx
sub ebx, byte 8
subtract the byte 8 from the contents of the ebx register
sub ebx, byte 8
subtract the byte value 8 from the contents of ebx and save the result in ebx
sub ebx,ebx \n xor ecx,ecx
zero out ebx and ecx content
sub ecx, 0x03030303
subtract 3.3.3.3 from ip address
sub ecx, 0x04baca01
subtract 0x04baca01 from the contents in ecx and save the result in ecx
sub ecx, 0x04baca01 \n inc ecx \n push ecx
push Ô/etcÕ on stack
sub ecx, 0x0b454440
subtract 0x0b454440 from the contents in ecx and save the result in ecx
sub ecx, 0x0b454440 \n push ecx
push Ô///hÕ on stack
sub ecx, 0x1525152a
subtract 0x1525152a from the contents in ecx and save the result in ecx
sub ecx, 0x6374612e
subtract hexadecimal value 0x6374612e to ecx content
sub ecx, 0x6374612e
subtract 0x6374612e from the contents in ecx and save the result in ecx
sub ecx, 1
decrease ecx by 1
sub ecx, 23
move addr ptr back
sub ecx, 23
subtract 23 from the contents of the ecx register
sub ecx, ecx
zero out ecx
sub ecx, ecx
zero out the counter ecx register
sub ecx, ecx
subtract the contents of the ecx register from the contents of the ecx register
sub ecx, ecx
subtract the contents of ecx from the contents of ecx
sub ecx, ecx
subtract ecx from ecx and save the result into ecx
sub ecx,ecx
clear ecx
sub ecx,ecx \n push ecx
zero out ecx register and push its content on stack
sub ecx,ecx \n push ecx
clear ecx and push ints content on stack
sub edi, 0x44444444
subtract the hexadecimal value 0x44444444 from edi content
sub edi, 0x44444444
subtract 0x44444444 from edi and save the result in edi
sub edi, 0xffffffdf
subtract 0xffffffdf from edi
sub edi, 1768009314
subtract 1768009314 from the contents of the edi register
sub edi, 1768009314
subtract 1768009314 from the edi register and save the result in edi
sub edi,0x11111111
subtract hexadecimal value 0x11111111 to edi content
sub edx, 4
decrease edx by 4
sub edx, edx
clear edx
sub edx, edx
subtract the contents of the edx register from the contents of the edx register
sub edx, edx \n push edx
zero out edx and push it on stack
sub esp, 0x24
subtract 0x24 from the contents in esp and save the result in esp
sub esp, 0x28
subtract the value 0x28 from the esp register
sub esp, 0x7f
subtract 0x7f from the stack
sub esp, 0x7f
subtract 0x7f from esp
sub esp, 12
subtract 12 from esp register and save the result in esp
sub esp, 12
subtract 12 from the contents of the esp register
sub esp, 4
subtract 4 from the esp content
sub esp, 4
allocate memory for variable
sub esp, 4
make room for one 4-byte local variable
sub esp, 4
make room on the stack for local variable
sub esp, 4
allocate memory for local variables
sub esp, 4
subtract the value 4 from the esp register and save the result in esp
sub esp, 4
allocate space on the stack for local variable
sub esp, 4
make space on stack
sub esp, 4
allocate memory for a variable
sub esp, 8
subtract 8 value to esp content
sub esp, 8
subtract 8 from esp and save the result in esp
sub esp, byte 0x1
subtract the byte 0x1 from the contents of the esp register
sub esp, byte 0x1
subtract the byte value 0x1 from esp register and save the result in esp
sub esp,0x4 \n sub esp,0x4
esp points to the top of the stack
switch:
declare _switch label
switch:
define the switch function
sys_execve equ 0x0b
define sys_execve equal to 0x0b
syscall
make the syscall
syscall_execve equ 11
define syscall_execve = 11
syscall_execve equ 11
define syscall_execve equal to 11
test al, al
test the value of the al register
test al, al \n jz found \n inc ecx
jump to the label found if the contents of the al register is zero else increment the contents of the ecx register
test al, al \n jz found \n inc ecx
if the contents of the al register is zero then jump to the label found else increment the contents of the ecx register