SNIPPETS
stringlengths 2
1.64k
| INTENTS
stringlengths 4
1.66k
|
|---|---|
je exit
|
jump to label exit if equal to 0
|
je exit
|
jump to the exit label if the operands of the above comparison are equals
|
je l7
|
if equal then jump to label l7
|
je short encodedshellcode
|
jump short to encodedshellcode if equal
|
je short loc_402b13
|
jump to loc_402b13 if equal
|
je stop
|
jump to label stop if equal
|
jeq loop
|
jump to the code location labeled loop if the operands of the previous comparison are equal
|
jg encoded+0x18
|
if the zero flag is clear or the sign flag equals the overflow flag go to the adress at encoded+0x18
|
jg finished
|
jump if greater than to label finished
|
jge encoded+0x20
|
if the sign flag equals the overflow flag go to encoded+0x20 label
|
jl _while_loop
|
jump to the _while_loop if lower
|
jl _while_loop
|
jump to the _while_loop label if the destination operand is less than the source operand in the above comparison
|
jl finished
|
jump if less than to label finished
|
jl wrap_around
|
jump to the wrap_around label if the destination operand is less than the source operand in the above comparison
|
jle lp1
|
if it is less than or equal to 10 then jump to lp1
|
jmp _accept
|
jump to label _accept
|
jmp _read
|
jump to _read
|
jmp _return
|
jump to the _return label
|
jmp _star
|
jump to _star
|
jmp _start
|
jump to the _start label
|
jmp _while_loop
|
jump to the _while_loop label
|
jmp aslr_file
|
go to aslr_file label
|
jmp aslr_file
|
jump to the aslr_file label
|
jmp begin
|
jump to the instruction labeled begin
|
jmp call_decoder
|
perform un unconditional jumo to call_decoder label
|
jmp call_decoder
|
perform an unconditional jump to call_decoder
|
jmp call_decoder
|
perform an unconditional jump to _call_decoder label
|
jmp call_egghunter
|
go to call_egghunter label
|
jmp call_egghunter
|
jump to the call_egghunter label
|
jmp call_shellcode
|
perform an unconditional jump to _call_shellcode label
|
jmp callpop
|
go to _callpop label
|
jmp callpop
|
jump to callpop
|
jmp callpop
|
jump to the callpop label
|
jmp callz
|
jump to the callz label
|
jmp carryon
|
jump to the carryon label
|
jmp connec
|
jump to connec
|
jmp connect
|
go to _connect label
|
jmp data
|
jump to the data label
|
jmp decode
|
go to _decode label
|
jmp decode
|
jump to decode
|
jmp eax
|
jump to eax content
|
jmp eax
|
jump to eax
|
jmp eax
|
jump to the value stored in the eax register
|
jmp ecx
|
jump to ecx
|
jmp edi
|
jump to edi (our shellcode) if both eggs are found
|
jmp edi
|
jump to shellcode
|
jmp edi
|
go to edi
|
jmp edi
|
jump to edi
|
jmp edi
|
jump to the edi label
|
jmp edx
|
perfrom an unconditional jump to edx
|
jmp edx
|
jump to edx
|
jmp encodedshellcode
|
perform an unconditional jump to encodedshellcode_label
|
jmp encrypt
|
go to _encrypt label
|
jmp encrypt
|
jump to the encrypt label
|
jmp entrypoint
|
jump to _ entrypoint
|
jmp entrypoint
|
jump to the entrypoint label
|
jmp esp
|
go to esp address
|
jmp esp
|
jump to the esp label
|
jmp find_address
|
perform an unconditional jumo to _find_address label
|
jmp fupdisasm+1
|
jump to fupdisasm+1
|
jmp fupdisasm+1
|
jump to the address specified by the operation fupdisasm+1
|
jmp fupdisasm+3
|
jump to the address specified by the operation fupdisasm+3
|
jmp get_key
|
jumo to get_key label
|
jmp insertion_decoder
|
perform an unconditional jumo to insertion_decoder label
|
jmp jocker
|
go to _jocker label
|
jmp jocker
|
jump to the jocker label
|
jmp l20
|
jump to label l20
|
jmp loop
|
jump to the label loop
|
jmp multiplyloop
|
jump to label multiplyloop
|
jmp nextarg
|
jump to nextarg label
|
jmp nextchar
|
jump to the point in the code labeled nextchar
|
jmp one
|
jump to the one label
|
jmp read
|
perform an unconditional jump to _read label
|
jmp read
|
jump to the read label
|
jmp read
|
jump to the label read
|
jmp read
|
jump to label read
|
jmp read_file
|
perform an unconditional jump to read_file_label
|
jmp reading
|
go to _reading label
|
jmp reading
|
jump to the reading label
|
jmp shell
|
go to _shell label
|
jmp shell
|
jump to the shell label
|
jmp shellcode
|
perform an unconditional jumo to _shellcode label
|
jmp shellcode
|
jump to shellcode
|
jmp shellcode
|
jump to the shellcode label
|
jmp short _cmd
|
perform a short unconditional jump to _cmd label
|
jmp short _cmd
|
perform a short jmp to _cmd label
|
jmp short _cmd
|
jump short to the _cmd label
|
jmp short _execline
|
perform a short and unconditional jumo to _execline label
|
jmp short _execline
|
jump short to the _execline label
|
jmp short _file
|
perform a short unconditional jump to _file label
|
jmp short _file
|
perform a short unconditional jmp to _file label
|
jmp short _file
|
jump short to the _file label
|
jmp short _load_data
|
perform a short unconditional jumo to _load_data label
|
jmp short _load_data
|
jump short to the _load_data label
|
jmp short _load_data
|
jump short to _load_data label
|
jmp short _star
|
jump short to _star label
|
jmp short _start
|
jump short to the _start label
|
jmp short .exit
|
jump short to the .exit label
|
jmp short 0x11
|
jump short to 0x11
|
jmp short 0x2c
|
jump short to 0x2c
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.