网站首页  词典首页

请输入您要查询的英文单词:

 

单词 system call
释义

system call

美 
英 
  • un.系统调用
  • 网络系统呼叫;称之为系统调用;系统调用率
un.
1.
系统调用

例句

释义:
1.
When an exception occurs, you might have to examine code inside a system call to determine the cause of the exception.
发生异常时,您可能需要检查系统调用内部的代码,以确定该异常的起因。
technet.microsoft.com
2.
The parameter -a entry, always indicates that the rule should always be invoked at the beginning of the system call execution.
参数-aentry,always说明了在系统调用执行开始时总要调用的规则。
www.ibm.com
3.
In terms of the way it is called, there is no difference between a system call and a library function.
就调用方式而言,系统调用与库函数之间没有区别。
www.ibm.com
4.
From the point of system: call for cooperation among teams in different areas. Use the advantage of macroscopical analyzing of epidemiology.
从系统的角度:提倡多学科的团队组合,发挥流行病的宏观分析的优势。
211.167.248.12
5.
You can also use the -D switch to display each system call with a time delta, representing the elapsed time in seconds since the last event.
还可以使用-D开关显示每个系统调用的时间差,时间差表示自前一个事件以来流逝的秒数。
www.ibm.com
6.
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返回用户空间。
www.ibm.com
7.
As you can see, the syscall function includes as its first argument the index of the system call table to use.
正如您所见,syscall函数使用了系统调用表中使用的索引作为第一个参数。
www.ibm.com
8.
Also note that the result of the write system call is the number of characters written -- in this case, 17 plus one carriage return.
还可以注意到,write系统调用的结果是写入字符的个数数目,在这个示例中为17加上一个回车。
www.ibm.com
9.
You can use the system call trace to identify errors that may be the potential root cause of your problem.
可以使用系统调用跟踪寻找潜在问题根源的错误。
www.ibm.com
10.
Below the system call interface is the kernel code, which can be more accurately defined as the architecture-independent kernel code.
系统调用接口之下是内核代码,可以更精确地定义为独立于体系结构的内核代码。
www.ibm.com
1.
In the standard 2. 6 Linux kernel, when a user space process makes a call into the kernel (through a system call), it cannot be preempted.
在标准2.6Linux内核中,当用户空间的进程执行内核调用时(通过系统调用),它便不能被抢占。
www.ibm.com
2.
The system call interface acts as a switch, funneling system calls from user space to the appropriate endpoints in kernel space.
系统调用接口的作用就像是交换器,它将系统调用从用户空间发送到内核空间中的适当端点。
www.ibm.com
3.
A system call is an interface between a user-space application and a service that the kernel provides.
系统调用就是用户空间应用程序和内核提供的服务之间的一个接口。
www.ibm.com
4.
With the syscall function, you can call a system call by specifying its call index and a set of arguments.
使用syscall函数,您可以通过指定它的调用索引和一组参数来调用系统调用。
www.ibm.com
5.
Suppose a signal is generated during the very small time gap between setting the errno variable by the close system call and its return.
假定信号在close系统调用设置errno变量到其返回之前这一极小的时间片段内生成。
www.ibm.com
6.
This can be a useful system call, so it's sometimes necessary to consider it, but be prepared for effort.
这可以是一个实用的系统调用,所有有时候需要考虑它,但是要做好付出努力的准备。
www.ibm.com
7.
Also, use truss to run a verbose system call trace of the daemon that runs the remote service where you are attempting to make a connection.
另外,使用truss对运行您试图连接的远程服务的守护进程进行详细的系统调用跟踪。
www.ibm.com
8.
Figure 2 below shows the different layers through which the TCP system call propagates before being sent out on the physical link.
图2显示了TCP系统调用在物理链路上发出之前进行传播的各个层。
www.ibm.com
9.
Because the system call is displayed after it has been executed, the output is shown in the line before.
因为在其执行之后才显示这个系统调用,所以先输出了它的执行结果。
www.ibm.com
10.
An aberrant system call sequence would be a dead giveaway that the program has a bug or is being attacked.
一个异常的系统调用序列就是一个程序有漏洞或受到攻击的确凿证据。
www.bing.com
1.
OProfile is fine-grained and can collect samples for a set of instructions, or for function, system call, or interrupt handlers.
Oprofile是一种细粒度的工具,可以为指令集或者为函数、系统调用或中断处理例程收集采样。
www.ibm.com
2.
When a networking call is made by the user, it is multiplexed through the system call interface into the kernel.
用户发起网络调用时,通过系统调用接口进入内核的过程应该是多路的。
www.ibm.com
3.
To access something in the filesystem, a program looks into a directory using a system call.
程序访问文件系统中的某个对象,就要使用系统调用来浏览目录。
www.bing.com
4.
Usually hook the installation and handling functions on the dynamic link library for the system call for each process.
通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。
s.dssz.net
5.
Rather, you can monitor system-call usage as an application is changed to give you an idea of how changes affect overall performance.
相反,在改变应用程序时,您可以监视系统调用的使用,以便更好地了解这些改变对总体性能的影响。
www.ibm.com
6.
Unlike the system call probe, user function probes must specify a specific process ID and are limited to probe the function at entry.
与系统调用探测不同,用户函数探测必须指定一个进程ID,而且只能探测函数的进入。
www.ibm.com
7.
In a typical socket write(2) or send(2) over a blocking socket, the user process waits for the system call to return.
在使用阻塞套接字进行典型的socketwrite(2)或者send(2)操作时,用户进程必须等待系统调用返回。
www.ibm.com
8.
After returning from the fork system call, the child process is instructed to execv the new binary.
在从fork系统调用返回以后,将指示子进程执行(execv)新的二进制文件。
www.ibm.com
9.
After a few simple tests, the actual system call is invoked using the system_call_table and index contained in eax.
在经过几个简单测试之后,使用system_call_table和eax中包含的索引来执行真正的系统调用了。
www.ibm.com
10.
The system call interface can be described from two perspectives.
系统调用接口可以从两个角度进行描述。
www.ibm.com
1.
A new device cannot be created due to a system call failure.
由于系统调用失败,无法创建新设备。
www.drados.com
2.
is the system call that creates an inotify instance and returns a file descriptor referring to the instance.
是用于创建一个inotify实例的系统调用,并返回一个指向该实例的文件描述符。
www.ibm.com
3.
The format of the script includes the probe (which fires when a system call is made) and an action (the corresponding action script).
该脚本的格式包含探针(在发出系统调用时触发)和操作(对应的操作脚本)。
www.ibm.com
4.
System call , which allows one process to open a pipe to another process, either for output or input .
系统调用实现的,该系统调用允许一个进程打开到另一个进程的管道,将管道用于输出或输入。
www.bing.com
5.
You needn't fully understand the internals of the SCI to amend it, so I explore a simple version of the system call process (see Figure 1).
要对Linux的SCI进行改进,您不需要完全理解SCI的内部原理,因此我将使用一个简单的系统调用进程(请参看图1)。
www.ibm.com
6.
Besides saving you another system call, this non-portable extension saves you an expensive trip back to the file system for more metadata.
除了减少另外的系统调用之外,这种不可移植的扩展还减少了从文件系统获取更多元数据的开销非常高的访问操作。
www.ibm.com
7.
Further, instead of just capturing counts, you capture the specific system call that's being made for your target process.
此外,除了仅捕捉计数之外,还捕捉针对目标进程的特定系统调用。
www.ibm.com
8.
The Linux kernel provides several functions that you can use to move system call arguments to and from user-space.
Linux内核提供了几个函数,可以用来将系统调用参数移动到用户空间中,或从中移出。
www.ibm.com
9.
The asterisk indicates that the read system call for all processes are to be probed.
星号表示所有进程的read系统调用都应该探测。
www.ibm.com
10.
A kernel control path denotes the sequence of instructions executed by the kernel to handle a system call, an exception, or an interrupt.
处理一个系统调用,或一个异常,或者一个中断的时候,所执行的指令序列。
www.cublog.cn
1.
Ext4 implements this through a new system call that preallocates and initializes a file of a given size.
ext4通过一个新的系统调用来实现这个目的,这个调用将按照特定的大小预分配并初始化文件。
www.ibm.com
2.
Your write system call will be interrupted by the bus error signal SIGBUS, because you performed a bad memory access.
此时write系统调用会被进程接收到的SIGBUS信号中断,因为当前进程访问了非法内存地址。
blog.sina.com.cn
3.
Call was not even blocking at the user level, let alone at the system call level.
调用甚至没有在用户级阻塞,更不用说在系统调用级阻塞了。
www-128.ibm.com
4.
However, a threaded program may have multiple runnable threads, so blocking in a system call should be avoided.
但是,一个线程化的程序可能含有多个可运行的线程,所以在系统调用过程中,应该避免阻塞。
dictsearch.appspot.com
5.
But the result is that you can call your kernel functions using their names, just like any other system call.
其结果是您可以使用它们的名字来调用内核函数,就像其他任何系统调用一样。
www.ibm.com
6.
The bind system call associates a local network transport address with a socket.
bind系统调用将本地网络传输地址与套接字关联。
www.ibm.com
7.
Although these operations are also non-privileged, a program would typically access the function via an operating system call.
虽然这些操作也是非特权的,但是程序通常还是通过操作系统调用来访问这些函数。
www-128.ibm.com
8.
This table, shown in Figure 2, uses the index provided in eax to identify which system call to invoke from the table (sys_call_table).
这个表如图2所示,使用eax中提供的索引来确定要调用该表中的哪个系统调用(sys_call_table)。
www.ibm.com
9.
At the core of the SCI is the system call demultiplexing table.
SCI的核心是系统调用多路分解表。
www.ibm.com
10.
Now I want to get your views about this Civil War system, call it the hybrid system, conscription but with a buyout provision.
现在我想听听,你们对内战时兵役制的看法。我们暂且叫它“混合制”,强制征兵 市场交易。
www.justing.com.cn
1.
The data mining tasks addressed are learning to map system call streams to fault labels and automatic identification of fault causes.
数据挖掘任务在于尝试着给错误标记标志系统调用流并且自动识别错误的产生原因
zhidao.baidu.com
2.
The techniques are demonstrated for the intrusion dataset containing system call traces.
这些技术是表达包括系统调用痕迹的入侵数据组
zhidao.baidu.com
3.
In this example, you modify your last script slightly to collect system call data for a single process.
在这个例子中,您稍微修改了上一个脚本,让它收集一个进程的系统调用数据。
www.ibm.com
4.
Each system call is multiplexed into the kernel through a single entry point.
每个系统调用都是通过一个单一的入口点多路传入内核。
www.ibm.com
5.
Access to the log buffer is provided at the core through the multi-purpose syslog system call.
多用途的syslog系统调用提供了内核的日志缓冲区访问方法。
www.ibm.com
6.
A sample probe is shown in Listing 3 that exists to fire when the kernel system call sys_sync is invoked.
清单3显示了一个样例探针,它在调用内核系统调用sys_sync时触发。
www.ibm.com
7.
This command uses the klogctl system call to read the kernel ring buffer and emit it to standard output (stdout).
这个命令使用klogctl系统调用来读取内核环缓冲区,并将它转发到标准输出(stdout)。
www.ibm.com
8.
The connect system call is normally called by the client process to connect to the server process.
客户端进程通常调用connect系统调用,以连接到服务器进程。
www.ibm.com
9.
The insmod command defines the module to load and invokes the init_module user-space system call to begin the loading process.
insmod命令定义需要加载的模块,并调用init_module用户空间系统调用,开始加载过程。
www.ibm.com
10.
A system call has a well-defined interface, and the calling mechanism can generally be easily detected and handled -- that's the easy part.
系统调用具有明确定义的接口,而且,通常可以方便地检测并处理调用机制——这是简单的部分。
www.ibm.com
1.
For step 2, I update the header files to make room for the new functions in the system call table.
对于步骤2来说,我对头文件进行了更新:在系统调用表中为这几个新函数安排空间。
www.ibm.com
2.
It doesn't do any good to rework an algorithm to avoid an unportable system call if you statically link with a library that uses it.
如果静态地链接了一个使用某个不可移植的系统调用,那么通过重写算法来避免这个系统调用将没有什么用处。
www.ibm.com
3.
In Linux, the kernel parameters can be changed using sysctl system call.
在Linux中,内核参数可以使用sysctl系统调用进行修改。
www.ibm.com
4.
How to extract sequence patterns of system calls is an important research topic of system call based intrusion detection approaches.
在基于系统调用的入侵检测研究中,如何提取系统调用序列模式是一个重要问题。
www.ceps.com.tw
5.
In addition, the strace utility helped determine where a filesystem utility had a failure during a system call.
此外,跟踪实用程序能帮助确定在系统调用期间文件系统实用程序什么地方出了故障。
www.ibm.com
6.
The previous section explored a simple script to monitor the sync system call.
前一个小节探索了一个监控sync系统调用的简单脚本。
www.ibm.com
7.
uap is a pointer to the socket_args structure that contains the arguments passed to the process in the socket system call.
uap是一个指向socket_args结构的指针,该结构包含传递到socket系统调用中的进程的参数。
www.ibm.com
8.
Update the system call table for the new function.
针对这个新函数更新系统调用表。
www.ibm.com
9.
Unlike the corresponding system call DeviceIOControl, the input parameter list in ioctl is not fixed.
与对应的系统调用DeviceIOControl不同,ioctl的输入参数列表并不固定。
www.ibm.com
10.
The connect() system call failed while attempting to connect to the daemon on all of the servers in use.
连接系统调用失败,企图连接到后台程序,确保所有服务器在运行中。
www.360doc.com
1.
In some cases, the underlying system call is completely omitted, or replaced by a completely different call.
在某些情况下,底层的系统调用完全被省略掉,或者使用完全不同的调用取代。
www.ibm.com
2.
errno. h is needed for the declaration of errno, the global system call error number variable (more on that below).
h是声明errno所需要的,errno是全局系统调用错误号变量(下面会有更多介绍)。
www.ibm.com
3.
Most frequently , such calls are made indirectly, though a system call interface .
通常,这种调用通过系统调用接口间接完成。
www.bing.com
4.
We implement it by intercepting the system call.
使用替换系统调用的方法实现网络流量控制。
www.fabiao.net
5.
The system call level is not correct.
系统调用级别不正确。
www.drados.com
6.
At the top (see Figure 2) is the system call interface.
顶部(请参阅图2)是系统调用接口。
www.ibm.com
7.
The socket system call also assigns the protocol to the created socket descriptor.
socket系统调用还向创建的套接字描述符分配协议。
www.ibm.com
8.
If a signal occurs we need to return from the system call so that the signal can be sent to the application itself.
如果出现了一个信号,我们需要从系统调用返回,这样信号可以传递到应用程序。
kntau.com
9.
Besides, by analyzing the time information of system call sequence, this method's rationality is validated. 2.
此外,通过对系统调用序列时间信息的分析,进一步验证了本文不定长模式提取方法的合理性。
www.juhe8.com
10.
The hard part is that the system call may be difficult or impossible to implement reasonably.
困难之处在于可能难以或者不可能较好地实现系统调用。
www.ibm.com
1.
But whether it based on system call sequence or other parameters all have defects.
但无论是基于系统调用序列还是其它参数特征的入侵检测系统,都有其缺陷。
www.dictall.com
2.
Step four: the write system call returns, creating our fourth context switch.
步骤四:系统调用返回,导致了第4次上下文切换。
blog.sina.com.cn
3.
The listen system call calls solisten with the socket descriptor and backlog values specified in the listen call.
listen系统调用使用套接字描述符和listen调用中指定的backlog值调用solisten。
www.ibm.com
4.
If you need to make a system call, you're going to need to import this package.
如果你需要建立一个系统调用,你就需要引入这个包。
bbs.golang-china.org
5.
The accept system call is a blocking call that waits for incoming connections.
accept系统调用是等待传入连接的阻塞调用。
www.ibm.com
6.
Listing 2 shows a sample script for ProbeVue that indicates the particular process that's calling the sync system call.
清单2显示了ProbeVue脚本的一个例子,它指出发出sync系统调用的特定进程。
www.ibm.com
7.
This system call sends control code and other data to a specified device.
这个系统调用向指定设备发送控制代码和其他数据。
www.ibm.com
8.
Step three: the write system call causes a context switch from user mode to kernel mode.
步骤三:系统调用write导致从用户空间到内核空间的上下文切换。
blog.sina.com.cn
9.
Count time, calls, and errors for each system call and report a summary on program exit.
为每个系统调用计算次数、调用和错误,在程序退出时报告结果。
bbs.chinaunix.net
10.
The close system call closes or aborts any pending connections on the socket.
close系统调用可关闭或中止套接字上任何挂起的连接。
www.ibm.com
1.
Above the VFS is the standard kernel system-call interface (SCI).
在VFS之上的是标准的内核系统调用接口(SCI)。
www.ibm.com
2.
In this thesis, a two-layer Hidden Markov Model is constructed based on system call sequence and variable-length pattern sequence.
本文基于系统调用序列及其对应的不定长模式序列构建了一个两层隐马尔可夫模型。
www.juhe8.com
3.
Step one: the read system call causes a context switch from user mode to kernel mode.
步骤一:系统调用read导致了从用户空间到内核空间的上下文切换。
blog.sina.com.cn
4.
Some functions need to use a system call in order to do their work, others do not.
有些函数需要使用系统调用来完成其工作,其它函数则不需要。
www-128.ibm.com
5.
The pagesize is available by the system call getpagesize.
页面大小可以使用系统调用getpagesize获得。
www.ibm.com
6.
The file descriptor used by inotify is obtained using a system call and does not have an associated device or file.
Inotify所使用的文件描述符可以通过系统调用获得,并且没有相关设备或者文件。
www.ibm.com
7.
The data area passed to a system call is too small.
传递给系统调用的数据区域太小。
www.fan6.net
8.
A value of 1 (for the Linux exit system call) is stored in EAX to request that the program exit.
EAX中存储的值是1(代表Linuxexit系统调用),这请求程序退出。
www.ibm.com
9.
retval is the return value of the system call.
retval是系统调用的返回值。
www.ibm.com
10.
The clone system call has been extended to optimize thread creation.
系统调用clone被扩展,以优化线程的创建。
www.ibm.com
1.
You can use the UNIX system call kill (from a C program) to send signal from one process to another.
你可以使用UNIX系统调用kill(从一个C程序)从一个进程给另一个进程发信号。
www.bing.com
2.
Second, a Linux system call is basically a function that is a part of the operating system's code.
其次,Linux系统调用基本上是一个函数,它属于操作系统代码的一部分。
www.ibm.com
3.
The kernel takes care of doing an implicit binding when the client process issues the connect system call.
当客户端进程发布connect系统调用时,内核负责执行隐式绑定。
www.ibm.com
4.
The shutdown system call closes either one or both ends of the connection.
shutdown系统调用关闭连接的任意一端或两端。
www.ibm.com
5.
Symbol Server, which is used to supply the symbols needed to debug a crash during a system call.
符号服务器,用于在系统调用期间提供调试崩溃所需的符号。
msdn2.microsoft.com
6.
Describes how to install PDB and DBG files to debug crashes that happen inside a system call.
介绍如何安装PDB和DBG文件来调试发生在系统调用内部的故障。
msdn2.microsoft.com
7.
Puts a probe on the exit system call to exit when the process exits.
在exit系统调用上设置探查,从而在进程退出时退出。
www.ibm.com
8.
This matters, because it's much more difficult to intercept actual raw system call operations.
这很麻烦,因为它使得拦截实际的原始系统调用操作变得更加困难。
www.ibm.com
9.
This system call terminates the process of id PID.
这个系统调用会终止id为PID的进程。
www.ibm.com
10.
You must also consider the overhead of system call tracing.
您还需要考虑系统调用跟踪本身的开销。
www.ibm.com
1.
Third, a C library function may or may not have an associated underlying system call.
第三,C库函数可能有也可能没有相关的底层系统调用。
www.ibm.com
2.
Probe at exit of read system call.
这指定在退出read系统调用时触发探测。
www.ibm.com
3.
Figure 14 shows the sequence of calls for the recvmsg system call.
图14显示了用于recvmsg系统调用的调用序列。
www.ibm.com
4.
For more information on errors that can occur in system calls, see the section System call errors.
有关系统调用中出现错误的更多信息,请参阅系统调用错误一节。
www.ibm.com
5.
This is step 3, updating the system call table.
这就是第3个步骤,更新系统调用表。
www.ibm.com
6.
The conclusion of experiment indicates that this data source is useful and even better than data of system call under certain condition.
实验结果表明,新数据源有效,且在一定条件下,比系统调用数据更具优势。
www.elecfans.com
7.
Any TCP system call that is made is received by the socket layer.
套接字层接收进行的任何TCP系统调用。
www.ibm.com
8.
If you have a short in your electrical system, call an electrician.
如果你的线路短路了,那就叫个电工来。
www.hxen.com
9.
The mkdir system call creates the context, and the user process can subsequently open the associated files inside that directory.
mkdir系统调用用来创建这个上下文,用户进程然后可以打开这个目录中相关的文件。
www.ibm.com
10.
What's the difference between a Linux system call and a C library function? Here are a few
Linux系统调用与C库函数有何不同?
www.ibm.com
1.
Communication with inotify is established through a system call. The available functions are as follows
与inotify的通信是通过系统调用实现。
www.ibm.com
2.
For that purpose it uses the system call
为此它使用了系统调用
www-128.ibm.com
3.
Design and Implementation of an Intrusion Detection System Using System Call Serial Analysis
一种分析系统调用序列的入侵检测系统设计与实现
www.ilib.cn
4.
Operating System Security Enhancement at the System Call Level
系统调用层的操作系统安全增强
www.ilib.cn
5.
Plan Recognition Based Method for Predicting Intrusion Intentions of System Call Sequences
采用规划识别理论预测系统调用序列中的入侵企图
www.ilib.cn
6.
Implementation on mechanism of system call interception in host protection system
主机防护系统中系统调用截获机制的实现
www.ilib.cn
7.
System call monitoring for a specific process
特定的进程的系统调用监控
www.ibm.com
8.
Research on High Privilege System Call in Protected Mode of Embedded Microprocessor
嵌入式微处理器保护方式下高特权级系统调用的研究
ilib.cn
9.
Intrusion Detection Using Variable-length System Call Pattern
基于变长系统调用序列模式的入侵检测方法研究
www.ilib.cn
10.
A Method of Compressing Repeated Segments in System Call Sequences Executed by the Process
一种进程系统调用重复子序列的压缩算法
www.ilib.cn
1.
to execute a probe upon exit of the system call
对函数调用的退出执行探测
www.ibm.com
2.
An Algorithm from System Call Arguments and Sequences for Anomaly Detection
一种用于异常检测的系统调用参数及序列分析算法
www.ilib.cn
3.
The Logic Analysis of System Call Hook and Its Realization
系统调用钩子的原理分析和实现应用
www.ilib.cn
4.
A System Call-based Host Intrusion Detection and Implementation
一种基于系统调用的主机入侵检测及实现
ilib.cn
5.
Installing Symbols for Debugging System Call Crashes
安装用于调试系统调用故障的符号
msdn2.microsoft.com
6.
System components OS Services System Call system programs
操作系统的组成、服务、特征
wenku.baidu.com
7.
Research of rough set and system call based intrusion detection
基于粗糙集和系统调用的入侵检测研究
ilib.cn
8.
Research of System Call Based Intrusion Detection
基于系统调用特征的入侵检测研究
ilib.cn
9.
Method and usage of Mining Association Rules in System Call Serial
系统调用序列中关联规则的挖掘及其应用
www.ilib.cn
10.
You perform three basic steps to add a new system call to the kernel
向内核中添加新系统调用,需要执行3个基本步骤
www.ibm.com
1.
Example: Probe at exit of read system call all processes
示例:读取系统调用所有进程的出口的探针
www.ibm.com
2.
Sensor implementation of host intrusion detection system based on system call
基于系统调用的入侵检测传感器研究与实现
service.ilib.cn
3.
Research on Anomaly Detection of System Call Sequences of Process Based on Rough Set Reduction
基于粗糙集约简的进程系统调用序列异常检测方法研究
ilib.cn
4.
Design and implementation of intrusion detection system based on system-call
基于系统调用的入侵检测系统设计与实现
ilib.cn
5.
Research on Real-Time Intrusion Detection System Based on Host System-Call Sequences
基于主机系统调用序列的实时入侵检测系统的模型研究
ilib.cn
6.
Anomaly Detection Based on System Call Classification
基于系统调用分类的异常检测
www.ilib.cn
7.
Study on Abnormal Detection Based on System Call and Data Mining Technique
数据挖掘技术在异常检测中的应用
scholar.ilib.cn
8.
Markov chain intrusion detection model based on system call macro
基于系统调用宏的马尔可夫链入侵检测模型
ilib.cn
9.
System Call Anomaly Detection Based on Extended Data Sources
基于扩充数据源的系统调用异常检测算法
www.ilib.cn
10.
An Intrusion Detection Model Based on System Call Sequences
基于系统调用序列的入侵检测模型
service.ilib.cn
1.
Classification of "non-self" based on system call sequence
基于系统调用序列的“非我”分类
ilib.cn
2.
Analysis and Realization of Advance System-call Based on Linux
基于Linux的高级系统调用的研究与实现
ilib.cn
3.
Anomaly Intrusion Detection Based on System Call
基于系统调用的异常入侵检测
ilib.cn
4.
An Improved Method Based on System Call Anomaly Detection
一种基于系统调用异常检测的改进算法
www.ilib.cn
5.
An Anomaly Detection Model Based on System Call Sequences
一种基于系统调用序列的异常检测模型
www.ilib.cn
6.
Research of Intrusion Detection Based on System Call
基于系统调用的入侵检测方法研究
www.ilib.cn
7.
Data mining technology's application on IDS based on system call
数据挖掘技术在基于系统调用的入侵检测中的应用
www.ilib.cn
8.
New Intrusion Detection Method Based on System Call
基于系统调用的入侵检测新方法
ilib.cn
9.
Design of Community Service System Call Center Based on CTI
以CTI技术构建社区服务系统呼叫中心
scholar.ilib.cn
10.
On return from any system call
系统呼叫的传回值
bbs.cfanclub.net
1.
System Call Anomaly Detection Method Based on HMM
基于HMM的系统调用异常检测
www.ilib.cn
2.
Detection of non-self based on system call related to security
基于安全相关系统调用的非我检测
www.ilib.cn
3.
is the system call to probe (for example, read)
是要探测的系统调用(例如,read)
www.ibm.com
4.
For example, to get the resource usage, you can pass the option PIOCUSAGE to the ioctl system call
例如,要获得资源的利用情况,您可以向ioctl系统调用传递PIOCUSAGE
www-128.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 21:57:41