CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - System CAll Monitor

搜索资源列表

  1. wsock32dll原程序

    0下载:
  2. 程序通过替换wsock32.dll 来监测winsock调用. 可以在要跟踪的程序当前目录下复制一份 windows\\system\\wsock32.dll 到跟踪的程序当前目录,并改名为 wsock32.aaa,把本程序生成的wsock32.dll 也复制过去。 -wsock32.dll replacement procedures adopted to monitor call winsock. The procedures to follow under the current dire
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:10521
    • 提供者:广泛
  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2130304
    • 提供者:smj_9547
  1. filemon

    0下载:
  2. sysinternals公司制作的一款文件系统监视工具,能监视系统调用的文件-sysinternals company produced a paper system monitoring tool that can monitor the file system call
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:422872
    • 提供者:张晓武
  1. Watch

    0下载:
  2. delphi环境下调用操作系统Api监视系统资源-delphi call the operating system environment monitor system resources Api
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:778179
    • 提供者:侯永平
  1. Hook

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

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

    0下载:
  2. 楼宇直按可视对讲门铃室系统软件设计及实现单片机软件主要完成门铃呼叫信号、摘挂机、按键检测及相应控制信号的输出,完成来人呼叫后及主动监视30s定时等功能。用MCS-51语言编写的程序如下: -buildings by direct visualization room intercom doorbell system software design and realization of complete single-chip software doorbell call sign, pick
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:587
    • 提供者:zp
  1. SIP-ConsoleApps

    0下载:
  2. SIP console application for call center system, call monitor & call control-SIP console application for call center system, call monitor & call control...
  3. 所属分类:VOIP program

    • 发布日期:2017-03-27
    • 文件大小:1019267
    • 提供者:eric
  1. Monitor

    0下载:
  2. 中国移动基站拨测系统 设备端监控主程序,主要是嵌入式设备端的监控主程序-China Mobile' s base station equipment-side monitoring measurement system call the main program, mainly embedded devices to monitor the main program end
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:261851
    • 提供者:李延新
  1. Mutex_Critical

    1下载:
  2. 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-05
    • 文件大小:856064
    • 提供者:chenzifeng
  1. damd_os_memory

    0下载:
  2. 提供内存管理:防止内存泄露,通过damd_porting_memory_poor_status() 观察内存使用,查看有没有重复申请的情况 查找内存泄漏的问题 1)长时间运行后出现内存泄漏; 2)为跟踪这个问题做了一个内存监控管理机制,采用分配登记,释放注销的原则,统一封装malloc和 free 3)目的是清楚系统各个模块和各个负责人分配的内存情况; 调用例子-Provide memory management: Prevent memory leaks
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:3072
    • 提供者:周南
  1. Epoll_webserver

    0下载:
  2. 使用epoll系统调用监听多个网络连接,实现简单Web服务器-Use epoll system call multiplexer monitor descr iptor fd, simple Web server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:1946
    • 提供者:龚康
  1. SmsRec

    0下载:
  2. 一个网站上的源码,关于短信监听、拦截的,有对短信相关系统API调用描述,对学习很有帮助!-A website source code, short message monitor, interception, the messages related to system call API descr iption, very helpful for learning!
  3. 所属分类:Symbian

    • 发布日期:2017-03-28
    • 文件大小:67342
    • 提供者:杨凡
  1. The-FPGA-high-speed-data-acquisition

    0下载:
  2. 摘要:介绍了现场可编程门阵列FPGA(Field Programmable Gate Array)器件XCS30的主要特点、技 术参数、内部结构和工作原理,I}述了其在电力系统高速数据采集系统中的应用实例。电力数据采 集装置—馈线终端单元(FTU)需要监测多条线路的电压和电流,实时性要求高,充分利用FPGA 的并行处理能力,对输入信号实行同时采样、分时进行A/D转换,通过在FPGA片上构建的DRAM 进行数据的快速传输。FPGA在系统中承担了较多的实时任务,使DSP芯片TMS32
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:87801
    • 提供者:刘恒
  1. tel

    0下载:
  2. 手机监听系统的一部分,实现android手机的通话监听-The phone part of the monitoring system, Android phone call monitor
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:78806
    • 提供者:王丽
  1. Hook-KiFastCallEntry

    0下载:
  2. Hook KiFastCallEntry监控系统调用 这是一个监控特定进程系统调用的小程序,整理硬盘时找到的,发出来跟大家分享。原理很简单,通过hook KiFastCallEntry实现,很老的技术了。-The monitoring system Hook KiFastCallEntry call this is a small program to monitor specific process system calls, finishing hard disk when you fi
  3. 所属分类:Hook api

    • 发布日期:2017-11-06
    • 文件大小:176630
    • 提供者:ljh
  1. MemMonitoring

    2下载:
  2. 设计一个内存监视器,能实时地显示当前系统中内存的使用情况,包括系统地址空间的布局,物理内存的使用情况;能实时显示某个进程的虚拟地址空间布局和工作集信息等。 相关的系统调用: GetSystemInfo, VirtualQueryEx,VirtualAlloc, GetPerformanceInfo, GlobalMemoryStatusEx …-Design a memory monitor, real-time display of the current system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:3330
    • 提供者:王刚
  1. jianshi

    0下载:
  2. 易语言API监视鼠标按键点击源码 CallNextHookEx——呼叫下一钩子 SetWindowsHookExA——安装系统钩子 UnhookWindowsHookEx——卸载系统钩子-Easy language API monitor mouse button click Source CallNextHookEx call the next hook SetWindowsHookExA hook mounting system UnhookWindowsHookEx
  3. 所属分类:Button control

    • 发布日期:2017-05-07
    • 文件大小:1276336
    • 提供者:张伟
  1. mohitjed-original

    0下载:
  2. DLL的文件调用,可以在原有的基础上加以修改就可以监测系统的情况!,-Call DLL files, can be modified on the basis of the original can monitor system!
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:8192
    • 提供者:hdpehtext
  1. flalurecedencedynami

    0下载:
  2. DLL的文件调用,可以在原有的基础上加以修改就可以监测系统的情况!,-Call DLL files, can be modified on the basis of the original can monitor system!
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:9216
    • 提供者:qjneyoit
  1. yuuter-monitor

    0下载:
  2. 操作系统实习报告编写一段程序,使用系统调用FORK创建两个子进程(Operating system internship report. Write a program to use the FORK system call to create two child process)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-24
    • 文件大小:21504
    • 提供者:rewlertton
« 12 »
搜珍网 www.dssz.com