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

搜索资源列表

  1. 汇编内核加密算法

    0下载:
  2. 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用。 -compilation of md5 kernel algorithm, a netizen called for improvemen
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8.16kb
    • 提供者:qve
  1. ch18

    0下载:
  2. linux 内核调试技术 掌握几种内核的调试方法-linux kernel debugger technical grasp of several core debugging method
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:543.18kb
    • 提供者:joyo
  1. md5x86

    0下载:
  2. 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用-Kernel compilation md5 algorithm, User requirements should be improved i
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:8.53kb
    • 提供者:wulang
  1. kernel

    0下载:
  2. 解读linux内核源码的入门方法,适合初学-Interpretation of linux kernel source code entry method, suitable for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:9.44kb
    • 提供者:赵子顾
  1. LinuxDriver

    0下载:
  2. 本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备. 每一个驱动都是不同的 作为一个驱动编写者, 你需要深入理解你的特定设备. 但是大部分的原则和基本技术对所有驱动都是一样的. 本书无法教你关于你的设备的东西, 但是它给予你所需要的使你的设备运行起来的背景知识的指导.-This book to guide you how to write your own driver, and how t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1.25mb
    • 提供者:
  1. linux_kerl

    0下载:
  2. linux内核裁剪的具体过程和方法 里面详细讲述了linux内核的make menuconfig里面各个选项的意义-linux kernel cutting process and the specific method described in detail inside the linux kernel make menuconfig inside of the significance of the various options
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7.12kb
    • 提供者:王本春
  1. the-design-and-implement-of-the-SGI

    0下载:
  2. 阐述了Linux安全网关接口SGI的基本结构和实现方法,以及实现SGI涉及的Linux防火墙 内核接口模块、/proc文件系统内核接口等关键技术。-This paper describes the Linux security gateway interface SGI basic structure and realization method, and realize the Linux kernel involved SGI interface module, proc filesyst
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:18.25kb
    • 提供者:
  1. Linux

    0下载:
  2. linux 0.11 内核注释,作者写的非常详尽深刻,是学习操作系统不可或缺的一本书,介绍了内核代码组织结构与相互之间的关系,还说明了编译内核的方法-linux 0.11 kernel notes, the authors write very detailed and profound, is to learn the operating system an indispensable book on the organizational structure of the kernel cod
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-20
    • 文件大小:5.84mb
    • 提供者:remote
  1. LTP_of_the_LINUX_kernel_based_test_method

    0下载:
  2. 基于LTP的LINUX内核测试方法研究:内核作为Linux最关键的部分,其稳定性决定了系统的稳定性。Linux版本升级频繁,应用范围不断扩大,功能不断增强,但层ffI不穷的补丁程序为内核引入了诸多问题-LTP of the LINUX kernel-based test method: Linux kernel as the most critical part of its stability determines the stability of the system. Linux vers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:290.37kb
    • 提供者:cdong
  1. qwe

    0下载:
  2. 程序用内核驱动的方式进入ring0,然后访问EPROCESS结构,在EPROCESS结构中找到进程链,从而可实现进程的枚举,但是由于PID 为0的系统进程Idle并没有在这个链上.所以通过这种方法自然也就找不出它来.程序输出可以用softice或DebugView工具查看. 本程序只在XP下调试通过.-Procedures with the way the kernel driver into the ring0, then visit EPROCESS structure, the struc
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:2.03kb
    • 提供者:zhangliang84
  1. memshare

    0下载:
  2. 本代码是用户态和内核态通信的一种实现方式。用户态通过与内核态共享内存来访问内核态数据。内核态共享内存的地址通过netlink传递给用户态。-this code is a communication method between user space and kernel space.user space access kernel data through shared memory.the address of shared memory created in kernel space is
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:10.96kb
    • 提供者:vividonly
  1. linux_system_call

    0下载:
  2. 在Linus系统中添加系统调用方法,详细讲解了修改内核的方法-Linus added to the system in the system call method, explained in detail the methods to modify the kernel
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7.24kb
    • 提供者:
  1. linux-kernel-porting-on-godson

    0下载:
  2. 龙芯平台上linux内核移植和开发的手册,详细描述了CPU相关的部分移植的方法。-Godson platform linux kernel porting and developing the manual, a detailed descr iption of the CPU-related part of the transplantation method.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:322.73kb
    • 提供者:秋季
  1. linux2.6kernelmodulecompile

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

    • 发布日期:2017-04-25
    • 文件大小:55.82kb
    • 提供者:uclearzgh
  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
    • 文件大小:2.57kb
    • 提供者:yopt
  1. Linux

    0下载:
  2. 内核调用的算法实例 带有例子 详细介绍了内核的结构及调用方法-The algorithm is called an instance of the kernel described in detail with examples of core structure and method calls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:141.02kb
    • 提供者:qiao
  1. Linux-driver-development19

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第19章、Flash设备驱动。Flash在嵌入式系统中是必不可少的,它是BootLoader、Linux内核和文件系统的最佳载体。在Linux内核中,引入了MTD层为NOR Flash和NAND Flash设备提供统一的接口,从而使得Flash驱动的设计工作大为简化。19.1节讲解了Linux Flash驱动的结构,主要讲解了MTD系统的层次结构和接口。19.2节和19.3节分别讲解了NOR Flash和N
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:568.37kb
    • 提供者:华清远见
  1. Linux-driver-development3

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第3章、Linux内核及内核编程。由于Linux驱动编程本质属于Linux内核编程,因此有必要掌握Linux内核及内核编程的基础知识。3.1~3.2节讲解Linux内核的演变及Linux 2.6内核的特点。3.3节分析了Linux内核源代码目录结构和Linux内核的组成部分及其关系,并对Linux的用户空间和内核空间进行了讲解。3.4节讲解了Linux 2.6内核的编译及内核引导过程。另外,还描述了在Lin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:619.27kb
    • 提供者:华清远见
  1. Linux-2

    0下载:
  2. 1、将 Linux 内核采用 arm-linux-gcc3.4.1 交叉编译生成 uImage 格式的二进制文件,之后将其烧写入开发板的 Flash 存储器; 2、练习 Linux 内核的定制方法; -1, the Linux kernel using arm-linux-gcc3.4.1 cross-compiler to generate uImage binary file format, then burn to write their development board Fl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:17.86kb
    • 提供者:张蕾
  1. how-to-read-Linux-kernel

    0下载:
  2. 详细介绍了linux内核的阅读方法,有很多实用的技巧,工具,是学习Linux的必备-Linux kernel was introduced in detail the reading method, there are a lot of practical skills, tools, is essential to learn Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:249.07kb
    • 提供者:quan
« 12 »
搜珍网 www.dssz.com