搜索资源列表
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
codecnt_1020008
- 操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞 I/O 允许你设置一个低的时间用尽周期,同时观察多个套接字。
JJJ
- 很好的一个查询系统哦! 电话查询管理系统,有原代码-good of a system! Call Management System, the original code
myshell
- 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the cur
hack
- 通过进程的pid号来实现隐藏进程.修改系统调用getdents函数来隐藏进程-Through the process pid number to hide the process of implementation. Getdents modify system call function to hide the process of
Hook
- 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
adding_a_system_call_in_linux
- Adding a system call in linux
addsystemcall
- 怎样像UNIX/MINIX系统中添加自己的System Call以用来调用-How to add your own system call to UNIX or MINIX
final
- 在内存中修改系统调用表,并添加一个系统调用获得当前系统时间。-In memory, modify the system call table, and add a system call to obtain the current system time.
system_call
- ubuntu9.04 编译内核2.6.34 并添加系统调用的实验报告-ubuntu9.04 kernel 2.6.34 and add the system call test report
System-call-sep
- Linux 2.6.11内核文件IO系统调用详解,有 部分代码解释-System call sep
System-Call
- Solaris 所有的系统调用函数描述,包括详细的使用说明.-Solaris system call function descr iption.
i386-System-Calls
- i386系统调用实现,底层原理,讲的还不错-i386 system call, the underlying principle, talking about good
System-call
- 在Linux内核中添加一个系统调用,返回当前的时间-Linux system call
add-new-system-call.tar
- 如何在ubuntu10.04的2.6.35.13内核中添加一个新的系统调用,这样i也可以在PC机上添加自己的内核代码,并看到实际效果了。-How to add a new system call on ubuntu10.04 with the 2.6.35.13 kernel, so you can add your own kernel code on PC and see the actual results.
linux-system-call
- linux system call linux系统调用-linux system call
VCPP-driver-Hook-kernel-system-call
- VC++ 驱动层Hook系统内核调用 VC++ driver Hook kernel system call VC++ driver Hook kernel system ca-VC++ driver Hook kernel system call
add-a-system-call-in-linux
- 描述如何在linux中实现系统调用,我们亲自实践过,非常好用-Describes how to implement the system call in linux, we personally practice too, very easy to use
operating-system-test-1
- 重庆大学软件学院操作系统实验一,实现系统调用,简单调用系统时间-operating system test 1, system call for the time
