CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - CALL调用

搜索资源列表

  1. Linux系统调用分析

    0下载:
  2. linux系统调用分析,包括一些实例。系统调用有关的一些基本知识-linux system call analysis, including some examples. Calling the system some basic knowledge
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:33621
    • 提供者:王王
  1. linux系统调用编程

    0下载:
  2. 系统调用是系统内核和应用程序的接口 此代码展示了linux系统调用的实现-system is called the kernel and application program interface that this code to display the Linux system call the realization
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:7870
    • 提供者:wzy
  1. 采用替换文件的方法截获WinSock中的函数调用

    0下载:
  2. D:\\vc教程\\newweb\\1图像声音\\net1\\采用替换文件的方法截获WinSock中的函数调用-D : \\ vc Directory \\ newweb \\ images a voice \\ net1 \\ documents used to replace the WinSock intercepted the function call
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:3886
    • 提供者:艾仁
  1. MD5算法完整源码与调用方法

    1下载:
  2. MD5算法完整源码与调用方法-MD5 algorithm source code integrity and call methods
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:185540
    • 提供者:潘宏骏
  1. LINUX 系统调用 mlock 的代码分析

    0下载:
  2. LINUX 系统调用 mlock 的代码分析-Linux system call code analysis mlock
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:20169
    • 提供者:阳广
  1. linux下mysql调用

    0下载:
  2. linux下mysql调用,用开源项目组建自己的数据库-under mysql call, using open-source projects to form its own database
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1025
    • 提供者:无路
  1. 解决WINDOWS下调用LINUX的问题

    3下载:
  2. 用VB调用SSH控件,解决WINDOWS下调用LINUX的问题,SSH using VB to call control, call LINUX under WINDOWS to resolve the problem
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-24
    • 文件大小:396839
    • 提供者:它采用-
  1. DllTest.zip

    0下载:
  2. vc调用动态连接库程序说明:   DllTest是vc调用DLL动态连接库的演示程序,其中包含了静态调用动态库、动态加载调用动态库以及动态调用Delphi编写的动态库等多种DLL动态库调用方式,适合于正在学习使用DLL动态连接库编程的编程人员快速上手。(其中包含被调用的DLL动态库源代码及Delphi动态库源代码),vc program called Dynamic Link Library Descr iption: DllTest is vc call Dynamic Link Libra
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:285287
    • 提供者:阿发
  1. key

    0下载:
  2. 调用门键盘记录程序编写 :)enjoy it-Call gate keyloggers write:) enjoy it
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:83165
    • 提供者:刘阳
  1. src

    0下载:
  2. 添加系统调用。。。在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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:84223
    • 提供者:gaochao
  1. tiao

    0下载:
  2. 调用系统中的外部程序,通过该功能可以调用注册便-记事本=画图等-Call the system of external procedures, the adoption of the function can call the registration will be- = drawing such as Notepad
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:4184
    • 提供者:刘涛
  1. VB_Call_VCDll

    1下载:
  2. 自己写的VB调用VC编写的DLL库函数的例子。因VB是弱类型的语言所以很多操作用C实现简单而用VB实现很困难,这时用VC生成函数封装到DLL里,由VB调用显得很轻巧自然,尤其是有位运算时。-Written in VB to call their own VC prepared DLL library function example. VB is a result of the weak type of language used to operate many C to achieve a s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:55572
    • 提供者:高见
  1. hack

    0下载:
  2. 通过进程的pid号来实现隐藏进程.修改系统调用getdents函数来隐藏进程-Through the process pid number to hide the process of implementation. Getdents modify system call function to hide the process of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2383
    • 提供者:wensi
  1. Hook

    0下载:
  2. 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:206799
    • 提供者:changyou
  1. DLL_CALL

    0下载:
  2. 该源代码是我精心为朋友准备的,涵盖了各种调用方式和编译方式,花了半个月的业余时间,很高贵啊-The source code is for a friend I painstakingly prepared, covering a variety of ways and the compiler calls the way of spare time to spend half a month, a high贵啊
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-01
    • 文件大小:14205720
    • 提供者:pan
  1. dll

    0下载:
  2. 测试显示、隐式dll和exe程序的调用关系。win32程序。-Testing has shown that implicit dll and exe to call the relationship between the procedure.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7643661
    • 提供者:wu
  1. ASM-SEH-GAME-call

    0下载:
  2. win32汇编 SEH实现的远程调用call。在远程进程的键盘HOOK函数中创建新的线程-win32 compilation of SEH to achieve remote call call. HOOK on the remote keyboard function in the process create a new thread
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:82082
    • 提供者:王刚
  1. addsystemcall

    0下载:
  2. 怎样像UNIX/MINIX系统中添加自己的System Call以用来调用-How to add your own system call to UNIX or MINIX
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:140320
    • 提供者:zi
  1. final

    0下载:
  2. 在内存中修改系统调用表,并添加一个系统调用获得当前系统时间。-In memory, modify the system call table, and add a system call to obtain the current system time.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1513
    • 提供者:老胖
  1. System-call-sep

    0下载:
  2. Linux 2.6.11内核文件IO系统调用详解,有 部分代码解释-System call sep
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:24681
    • 提供者:zhangyuan
« 12 3 4 5 6 7 8 9 10 ... 40 »
搜珍网 www.dssz.com