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

搜索资源列表

  1. linux2.6kernelmodulecompile

    0下载:
  2. linux2.6 内核模块、驱动程序编译方法-linux2.6 kernel module driver compiled method
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:57163
    • 提供者:uclearzgh
  1. globalvar.tar

    0下载:
  2. 一个Linux下内核模块的示例,虚拟一个只有一个字节的内存虚拟设备的字符驱动,实现字符驱动的读写功能-Under a Linux kernel module example, only one byte of the virtual memory of a virtual device of the character-driven, character-driven read and write capabilities to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:98443
    • 提供者:ckh
  1. acpi_call

    0下载:
  2. A kernel module that enables you to call ACPI methods by writing the method name followed by arguments to /proc/acpi/call, for example to turn off discrete graphics card in a dual graphics environment (like NVIDIA Optimus). from https://github.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2632
    • 提供者:yopt
  1. Linux-Network-Kernel-Stack

    0下载:
  2. Linux网络核心堆栈。本文讨论模块编写者如何利用Netfilter hook 来实现任意目的以及如何将将网络通信在基于Libpcap 的应用程序中隐藏。-Linux core of the network stack. This article discusses how to use Netfilter hook module writers to achieve any purpose and how the network communications applications base
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:225669
    • 提供者:wk
  1. Linux-driver-development4

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第4章、Linux内核模块。Linux设备驱动会以内核模块的形式出现,因此,学会编写Linux内核模块编程是学习Linux设备驱动的先决条件。4.1~4.2节讲解了Linux内核模块的概念和结构,4.3~4.8节对Linux内核模块的各个组成部分进行详细讲解,4.1~4.2节与4.3~4.8节是整体与部分的关系。4.9节讲解了独立存在的Linux内核模块的Makefile文件编写方法和模块的编译方法。-Au
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:304817
    • 提供者:华清远见
  1. Linux-Programming-White-Papers

    0下载:
  2. < Linux编程白皮书> : 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。-< <Linux编程白皮书> > : This book and its programming on the Linux operating system, the overall presentati
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-30
    • 文件大小:12528264
    • 提供者:刘绍海
  1. kernellist

    0下载:
  2. 本人原创的内核模块枚举源码,字数应该够了-I enumerated the original kernel module source, number of words should be enough
  3. 所属分类:Windows Develop

  1. module_simple

    0下载:
  2. module_simple 简单的内核模块,旨在正常加载和卸载内核模块,适合初学者上级测试-module_simple simple kernel module to the normal load and unload kernel modules, suitable for beginners to higher test
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:46173
    • 提供者:sun
  1. KernellModule

    0下载:
  2. 遍历内核模块,相当不错的代码,看了很久书才会得-Traverse the kernel module, the code is quite good, will have to read long books
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-07
    • 文件大小:222120
    • 提供者:林德发
  1. XueTr

    0下载:
  2. 1.进程、线程、进程模块、进程窗口、进程内存信息查看,热键信息查看,杀进程、杀线程、卸载模块等功能   2.内核驱动模块查看,支持内核驱动模块的内存拷贝   3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、IDT信息查看,并能检测和恢复ssdt hook和inline hook   4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Lego等Notify Routine信息查
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3696563
    • 提供者:接收
  1. module

    0下载:
  2. 一个简单的防火墙内核代码,有相关虚拟文件系统,和简单包处理内核函数-A simple firewall kernel code, have the relevant virtual file system, and a simple packet processing kernel functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:163848
    • 提供者:王子
  1. LINUX_programe

    0下载:
  2. 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。 -Book on the Linux operating system and its programming were introduced a whole to support the development of software for the open sou
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-10
    • 文件大小:16955826
    • 提供者:cai
  1. replacethekernel.tar

    0下载:
  2. 关于如何添加系统调用,使用了一个小小的内核模块替换实现。-How to add the call of system,by using a little kernel module to replace it.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1070
    • 提供者:刘莎
  1. linuxkernelbianchen

    0下载:
  2. linux内核模块编程指南 中文版 很适合初学者学习 -linux kernel module programming guide is suitable for beginners to learn the Chinese version
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:84460
    • 提供者:yuweixian
  1. via-telecom.tar

    0下载:
  2. VIA Telecom kernel module
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-13
    • 文件大小:2019
    • 提供者:
  1. neihe

    0下载:
  2. 内核模块源码有按键 内存 磁盘 进程 窗口 HOOK等-Kernel module source
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:480884
    • 提供者:额外确
  1. 4

    0下载:
  2. 设计一个带参数的内核模块,其参数为某个进程的PID号或为0,将输出信息通过printk写到内核日志。-To design a kernel module with parameters, the parameters of a process PID number, or 0, the output via printk written to the kernel log.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:100383
    • 提供者:庄镝
  1. skyeye-1.3.2_rc1

    0下载:
  2. skyeye 模拟器下 的 linux-2.6.14 含LCD cs8900a(driver/net/arm/cs8900-end.c是最终版) 已修改arch/arm/kernel/module.c 以支持insmod 驱动 kernel/resource.c文件添加I/O读写函数-skyeye simulator under linux-2.6.14 -with LCD cs8900a (driver/net/arm/cs8900-end.c is the final version) ha
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-06-10
    • 文件大小:17091417
    • 提供者:李辉
  1. gpio-watcher

    0下载:
  2. Kernel module (built on 2.6.35.7) that detects and outputs changed GPIO lines by repeatedly polling them every 50ns.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:9210
    • 提供者:n711
  1. neihecheck

    0下载:
  2. 用vb检查系统内核的模块及实例源码,只需点击一下按钮,即可检测出与内核相关的各个参数值。这是英文原版,此前发过一个中文版本的,可能是基于这个修改的,若要参考此前的,请点此处VB检测Windows系统内核的代码-Vb inspection system kernel module and example source code, just click a button, can be detected with the kernel parameter values. This is the or
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:1959
    • 提供者:王洁
« 1 2 3 4 56 7 8 9 10 ... 24 »
搜珍网 www.dssz.com