Welcome![Sign In][Sign Up]
Location:
Search - System Calls

Search list

[Crack Hackdll_test_MD5

Description: MD5 加密算法 Delphi 源码。 编译为dll文件,方便其他语言的系统调用-MD5 encryption algorithm Delphi source. Dll file to compile and facilitate language system calls
Platform: | Size: 269420 | Author: 周锋华 | Hits:

[Windows Develop汇编写的Dos操作系统的源码

Description: 操作系统实习报告编写一段程序,使用系统调用FORK()创建两个子进程-operating system internship to write a report, the use of system calls FORK () to create two child process
Platform: | Size: 21767 | Author: 里碰 | Hits:

[CSharpaddressbook

Description: 以一个小型同学通讯录为背景采用系统调用C语言编制一个具有文件的创建、打开、读取、写入等功能的程序。-students in a small address book for background use system calls C language of a document is created, opened, read, write functions procedures.
Platform: | Size: 5699 | Author: wh | Hits:

[Other resourceLinux内核注释

Description: 作者分析了核心代码,并对重要的函数、系统调用和数据结构提供了大量的注释-authors analyzed the core code, as well as the important function, system calls and data structures to provide a large amount of the Notes
Platform: | Size: 3907962 | Author: xuke | Hits:

[Linux-Unixfork、exec系列与system、popen区别

Description:   fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,-fork and exec calls before and after the Series, in memory of the process "of the data", "stack of" and "code of" what's the difference? After reading, you will know,
Platform: | Size: 16384 | Author: Jack | Hits:

[Hook apiHookImport_src

Description: Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is useful when for example you want to be called for every call to the file system (::CreateFile() & CloseHandle()) which your app makes. This example of hooking the file system calls your app makes could form the basis of code to ensure you do not have any handle leaks in your application. You could also use this code to spy on COM port activity in remote processes by injecting the DLL into the remote process. -MFC source code for a function w hich can be used to hook any imported function ca ll which makes your application. Since most of t he Win32 API is implemented using import functi ons in dlls. this means that you hook Win32 API calls. This is for example useful when you want to be called for every call to the file system (: : CreateFile ()
Platform: | Size: 6144 | Author: l | Hits:

[Otherlinux-kenel-system-call-guide

Description: 讲解linux内核 系统调用 部分经典讲义,通俗易懂,不得多得 优秀 的内核学习资料-Linux kernel system calls on some of the classic lecture, easy to understand, may not be more excellent core learning materials
Platform: | Size: 11264 | Author: 小鸟 | Hits:

[Linux-UnixProgramming_in_C

Description: Programming in C - UNIX System Calls and Subroutines using C-Programming in C- UNIX System Calls and Subroutines using C
Platform: | Size: 892928 | Author: 沈沫 | Hits:

[Linux-UnixLINUX_System_Call_Quick_Reference

Description: 很强的Linux系统调用参考手册,可以快速查找你需要的函数。-Strong Linux system calls reference manual, you can quickly find the function you need.
Platform: | Size: 48128 | Author: 何康康 | Hits:

[Linux-Unixlinuxsystemprogramming

Description: 《Linux System Programming》主要介绍了Linux上系统编程知识以及相关的系统调用。《Linux System Prorgramming》(简称LSP)的中文翻译工作是浮图开放实验室和哈尔滨工业大学计算机学院IBM俱乐部 《深入理解计算机系统》讨论班的练习项目。-" Linux System Programming" introduces the knowledge of Linux system programming and related system calls. " Linux System Prorgramming" (referred to as LSP) is the Chinese translation of an open laboratory and浮图Harbin Institute of Technology Institute of IBM Computer Club " in-depth understanding of computer systems" to discuss the project classes to practice.
Platform: | Size: 1566720 | Author: scturtle | Hits:

[Windows DevelopFuzzyIntrusionDetectionSystemviaDataMining

Description: There are two main approaches for implementing IDS Host based and Network based. While the former is implemented in form of software deployed on a host, the latter, usually is built as a hardware product with its own hardware platform (IDS appliance). In this paper, a host based intrusion detection system, that uses the idea of tracing system calls, is introduced. As a program runs, it uses the services of the underlying operating system to do some system calls. This system does not exactly need to know the program codes of each process. Normal and intrusive behaviors are collected with gathering the sequences of system calls for each process. Analysis of data is done via data mining and fuzzy techniques. Data mining is used to extract normal behaviors (normal unique rules) and Fuzzy to enhance intelligence of the System. The proposed system is shown to improve the performance, and decrease size of database, time complexity, and rate of false alarms.-There are two main approaches for implementing IDS Host based and Network based. While the former is implemented in form of software deployed on a host, the latter, usually is built as a hardware product with its own hardware platform (IDS appliance). In this paper, a host based intrusion detection system, that uses the idea of tracing system calls, is introduced. As a program runs, it uses the services of the underlying operating system to do some system calls. This system does not exactly need to know the program codes of each process. Normal and intrusive behaviors are collected with gathering the sequences of system calls for each process. Analysis of data is done via data mining and fuzzy techniques. Data mining is used to extract normal behaviors (normal unique rules) and Fuzzy to enhance intelligence of the System. The proposed system is shown to improve the performance, and decrease size of database, time complexity, and rate of false alarms.
Platform: | Size: 710656 | Author: keerthi | Hits:

[Linux-UnixAdd-in-linux2.6-kernel-system-calls-the-process.ra

Description: 《在linux2.6内核下添加系统调用的过程》,我们老师亲自写的,内部使用-" In the linux2.6 kernel system calls the process of adding," Our teacher personally written for internal use
Platform: | Size: 58368 | Author: | Hits:

[Internet-NetworkUNIX-System-Calls

Description: Unix system call implemantation.
Platform: | Size: 113664 | Author: aryan | Hits:

[Windows DevelopAnalog-IP-management-system-calls

Description: IP话费管理是电信计费系统必备的重要功能模块,主要负责对各种标准的话费进行计算和管理,对通话记录进行添加、修改、查询。本课题以中国电信企业IP话费管理模块作为原型参照,要求对文件存储的用户资料与话单记录数据进行计算、显示、增加、修改等操作。通过此可以熟练掌握文件读写、函数调用等知识及查找算法、话费计算方法的设计与应用。-IP calls management is an important telecommunications billing system must function modules, is responsible for all standard calls for the calculation and management of call records to add, modify, query. The topics to IP calls China' s telecommunications industry as a prototype reference management module, requiring users to information stored on the file and then single-record data to calculate, display, add, modify, and other operations. With this you can master reading and writing files, function calls and other knowledge and the search algorithm, calls the design and application of calculation methods.
Platform: | Size: 3072 | Author: susan | Hits:

[assembly languageDOC-system-function-call

Description: DOC系统功能调用(INT 21H),各系统调用的符号和含义以及BIOS中断调用的各参数符号及含义。-DOC system function call (INT 21H), the system calls the symbols and meanings and BIOS interrupt calls of the symbols and meaning of each parameter.
Platform: | Size: 21504 | Author: wangze | Hits:

[OS programi386-System-Calls

Description: i386系统调用实现,底层原理,讲的还不错-i386 system call, the underlying principle, talking about good
Platform: | Size: 1024 | Author: bj | Hits:

[Linux-UnixProgramming-in-C---UNIX-System-Calls-and-Subrouti

Description: This course aims to teach a sound basis of C PROGRAMMING. We will start with basic ideas and hopefully extend these to include some advanced features of C. We will particularly look at how C uses pointers, references low level memory and bytes and how it interfaces with the operating system.
Platform: | Size: 890880 | Author: Sand | Hits:

[BooksLINUX-SYSTEM-CALLS

Description: DISCRIPTION OF LINUX SYSTEM CALLS
Platform: | Size: 808960 | Author: d s prakash | Hits:

[ADO-ODBCi386-System-Calls

Description: i386系统调用实现,底层原理,讲的还不错-i386 system call, the underlying principle, talking about good
Platform: | Size: 2048 | Author: q10655dunchi | Hits:

[Linux-Unixlinux-sys.zh.pdf

Description: 学习linux系统开发,系统调用,常用命令,等等等(Learning Linux system development, system calls, common commands, and so on)
Platform: | Size: 1983488 | Author: 飞过蝈蝈 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 48 »

CodeBus www.codebus.net