搜索资源列表
Linux系统调用分析
- linux系统调用分析,包括一些实例。系统调用有关的一些基本知识-linux system call analysis, including some examples. Calling the system some basic knowledge
linux系统调用编程
- 系统调用是系统内核和应用程序的接口 此代码展示了linux系统调用的实现-system is called the kernel and application program interface that this code to display the Linux system call the realization
LINUX 系统调用 mlock 的代码分析
- LINUX 系统调用 mlock 的代码分析-Linux system call code analysis mlock
linux系统调用demo
- 学习Linux编程的源代码。包括各种系统调用如何使用等。-source code of linux progamming, includes various system calls and the usages.
Linux.rar
- 实现linux下1、文件的拷贝;2、运行3个多线程任务、3、添加一个新的系统调用。,implement under linux environment:1. copy of files 2. run 3 multi-thread application 3. add a new system_call.
hook-linux.rar
- Linux 2.6 内核下劫持系统调用,代码比较简单,还是可以参考参考的。,Linux 2.6 kernel system call hijacking, the code is relatively simple, or can refer to as a reference.
LINUX_System_Call_Quick_Reference
- 很强的Linux系统调用参考手册,可以快速查找你需要的函数。-Strong Linux system calls reference manual, you can quickly find the function you need.
linux
- 包括初始化、进程管理、进程通信、内存管理、设备管理、中断、文件系统、系统调用等精选源码分析。-Including initialization, process management, process communications, memory management, device management, interrupt, file system, system calls, such as analysis of selected source.
src
- 添加系统调用。。。在LINUX下添加一个新的系统调用。在文件中添加自己的系统调用的源代码,然后在LInux编译运行-Add a system call. . . In LINUX, add a new system call. In the paper system call add your own source code, and then run the compiler in LInux
Linux
- 基于Linux系统调用的入侵检测传感器研究 xiwangdajiaxihuan-Based on the Linux system calls Intrusion Detection Sensor xiwangdajiaxihuan
LinuxSystemCallcode
- Linux系统调用列表 系统调用的实验代码 Linux系统函数《英文》-Linux system calls a list of system calls Experimental code Linux system function " English"
linuxsystemprogramming
- 《Linux System Programming》主要介绍了Linux上系统编程知识以及相关的系统调用。《Linux System Prorgramming》(简称LSP)的中文翻译工作是浮图开放实验室和哈尔滨工业大学计算机学院IBM俱乐部 《深入理解计算机系统》讨论班的练习项目。-" Linux System Programming" introduces the knowledge of Linux system programming and related syste
linuxAPI
- IBM网站上总结的linux系统调用,linux api-IBM Web site summary of linux system calls, linux api
linux_quiz.tar
- linux 系统调用习题举例,基于fedora 10平台-linux system calls Exercises For example, based on fedora 10 Platform
CurriculumDesignCompilingLinuxKernel
- 编译linux内核,向内核添加系统调用源码和报告。操作系统的一个课程设计,修改内核源代码,向内核文件中增加系统调用;重新编译内核;编程调用自己创建的系统调用;图文并茂,花了两天时间才顺利做完,拿来分享,希望能帮助看到的朋友顺利编译内核。 -Compiling linux kernel, add the system calls to the kernel source code and reports. Operating system, a curriculum design, modif
linux-system-call
- linux system call linux系统调用-linux system call
linux-C
- Linux系统原理及应用Shell编程C编译环境Linux系统调用网络通信编程多线程GUI编程环境-Linux system theory and application shell programming C compiler environment Linux system calls to network communications programming multi-threaded GUI programming environment
Linux
- Linux系统调用与文件I/O Linux进程控制 -Linux system calls and file I/O Linux process control
tansform-linux-systerm-call-to-num
- 实现在windows下将Linux系统调用转换成系统调用号-Realized in the windows system calls into the Linux system calls
LinuxBookCode
- 一些简单的系统调用函数实例,比如read、write等(Some simple system call function instances)