导航菜单

syscall是什么意思_翻译中文_怎么读

syscall

网络释义:系统调用;系统调用提供器;测试一个系统调用

网络释义

1.系统调用 strings- 析取可显示字符串 syscall- 测试一个系统调用 tapefs- 挂接归档文件系统 ...

4.系统调用层统一、安全的调用接口——一整组系统调用api,通过系统调用层(syscall),向应用系统提供管理/操纵硬件资源的能力(如分 …

5.体系调用 ... SUB 减 SYSCALL 体系调用 SYSENTER 体系进入 ...

6.中是什么地址 pst_head 结构 NR_syscall 中是什么地址 ext2 super_block 的疑问 ...

7.系统调用返回 ... #进行信号处理 call do_notify_resume #系统调用返回 syscall_exit: #系统调用跟踪 call do_syscall_trace ...

例句释义:,系统调用,系统调用提供器,测试一个系统调用

1.Essentially any tool that could be used for detecting such a rootkit is susceptible to false results due to syscall hijacking.基本上任何可能被这样的rootkit检测工具易于使用,由于系统调用劫持错误的结果。

2.Upon return from the system call, syscall_exit is eventually reached, and a call to resume_userspace transitions back to user-space.从系统调用中返回后,最终执行syscall_exit,并调用resume_userspace返回用户空间。

3.As you can see, the syscall function includes as its first argument the index of the system call table to use.正如您所见,syscall函数使用了系统调用表中使用的索引作为第一个参数。

4.Under UNIX, calpng the kernel consists of an operation known as a syscall or trap.UNIX下的内核调用由所谓的syscall或者trap操作构成。

5.With the syscall function, you can call a system call by specifying its call index and a set of arguments.使用syscall函数,您可以通过指定它的调用索引和一组参数来调用系统调用。

6.Keep in mind the original 7 bytes are saved and copied back into the original syscall so that it may be called within the evil syscall.请记住原来的7个字节保存和复制到原来的系统调用,以便它可能在邪恶的系统调用回调。

7.Listing 6 shows an apppcation that uses each of your system calls as defined by the _syscall macros.清单6显示的应用程序使用了_syscall宏定义的所有系统调用。

8.With the first method, you call your new functions as identified by their index through the syscall function.使用第一种方法,您可以通过syscall函数调用由其索引所标识的新函数。

9.In the end, the syscall interface provides the means to transfer control between the user-space apppcation and the kernel.最后,系统调用接口提供了在用户空间应用程序和内核之间转移控制的方法。

10.A blocking syscall, pke a read will only return once data is available.阻塞的系统调用,就拿读取来说,直到数据准备好的时候才会返回。