SNIPPETS
stringlengths
2
1.64k
INTENTS
stringlengths
4
1.66k
mov eax, 19
go to file offset
mov eax, 19
invoke sys_lseek
mov eax, 19
lseek
mov eax, 19
make the system call lseek
mov eax, 19
make the system call to go to the file offset
mov eax, 19
system call lseek
mov eax, 2
create a new process
mov eax, 2
fork
mov eax, 2
invoke sys_fork
mov eax, 2
make the system call fork
mov eax, 2
make the system call to create a new process
mov eax, 2
move the value two into eax
mov eax, 2
system call fork
mov eax, 20
get the process ID
mov eax, 20
getpid
mov eax, 20
make the system call getpid
mov eax, 20
make the system call to get the process ID
mov eax, 20
system call getpid
mov eax, 21
get 21 in the eax register
mov eax, 27
alarm
mov eax, 27
make the system call alarm
mov eax, 27
make the system call to set set signal delivery alarm clock
mov eax, 27
set signal delivery alarm clock
mov eax, 27
system call alarm
mov eax, 29
make the system call pause
mov eax, 29
make the system call to suspend the process
mov eax, 29
pause
mov eax, 29
suspend the process until the signal arrives
mov eax, 29
system call pause
mov eax, 3
invoke sys_read
mov eax, 3
make the system call read
mov eax, 3
make the system call to read the file
mov eax, 3
move 3 to the eax register
mov eax, 3
read
mov eax, 3
read the file
mov eax, 3
specify sys_read call
mov eax, 3
system call read
mov eax, 37
kill
mov eax, 37
make the system call kill
mov eax, 37
make the system call to send the signal to another process
mov eax, 37
send signal to another process
mov eax, 37
system call kill
mov eax, 4
invoke sys_write
mov eax, 4
make the system call for write
mov eax, 4
make the system call to write to the file
mov eax, 4
make the system call write
mov eax, 4
move 4 into eax
mov eax, 4
move 4 to the eax register
mov eax, 4
specify sys_write call
mov eax, 4
specify sys_write syscall
mov eax, 4
system call write
mov eax, 4
write
mov eax, 4
write to the file
mov eax, 48
install signal handel
mov eax, 48
make the system call signal
mov eax, 48
make the system call to install the signal handler
mov eax, 48
signal
mov eax, 48
system call signal
mov eax, 5
invoke sys_open
mov eax, 5
make the system call open
mov eax, 5
make the system call to open the file
mov eax, 5
open
mov eax, 5
open the file
mov eax, 5
system call open
mov eax, 6
close
mov eax, 6
close the file
mov eax, 6
invoke sys_close
mov eax, 6
make the system call close
mov eax, 6
make the system call to close the file
mov eax, 6
system call close
mov eax, 63
copy file descriptor
mov eax, 63
dup2
mov eax, 63
make the system call dup2
mov eax, 63
make the system call to copy the file descriptor
mov eax, 63
system call dup2
mov eax, 64
get the parent process ID
mov eax, 64
getppid
mov eax, 64
make the system call getppid
mov eax, 64
make the system call to get the parent process ID
mov eax, 64
system call getppid
mov eax, 65
get process group
mov eax, 65
getpgrp
mov eax, 65
make the system call getpgrp
mov eax, 65
make the system call to get the process group
mov eax, 65
system call getpgrp
mov eax, 67
install portable signal handler
mov eax, 67
make the system call sigaction
mov eax, 67
make the system call to install portable signal handler
mov eax, 67
sigaction
mov eax, 67
system call sigaction
mov eax, 7
make the system call to wait for child for terminate
mov eax, 7
make the system call waitpid
mov eax, 7
system call waitpid
mov eax, 7
wait for child to terminate
mov eax, 7
waitpid
mov eax, 8
invoke sys_creat
mov eax, 90
make the system call mmap
mov eax, 90
make the system call to map the memory page to a file
mov eax, 90
map the memory page to a file
mov eax, 90
mmap