Linux用户空间获取系统调用表地址Linux认证考试

文章作者 100test 发表时间 2009:12:08 20:47:36
来源 100Test.Com百考试题网


  一、代码及实现

  (一)用户空间源代码

  #include <.stdio.h>.

  #include <.stdlib.h>.

  #include <.string.h>.

  #include <.sys/types.h>.

  #include <.sys/stat.h>.

  #include <.fcntl.h>.

  #include <.unistd.h>.

  #include <.errno.h>.

  #include <.sys/mman.h>.

  #define CALLOFF 100 //读取100字节

  struct {

  unsigned short limit.

  unsigned int base.

  } __attribute__ ((packed)) idtr. //这个结构表示IDTR寄存器,这个寄存器中保存中断描述符表 的地址

  struct {

  unsigned short off1.

  unsigned short sel.

  unsigned char none,flags.

  unsigned short off2.

  } __attribute__ ((packed)) idt. //中断描述符表中的内容:中断门描述符

  unsigned int old_readkmem (int fd, void * buf,size_t off,unsigned int size) //用read方式读取kmem中一定长度内容

  {

  if (lseek64(fd, (unsigned long long)off,SEEK_SET)!=off)

  {

  perror("fd lseek error").

  return 0.

  }

  if (read(fd, buf,size)!=size)

  {

  perror("fd read error").

  return 0.

  }

  }


相关文章


linux自动删除n天前备份Linux认证考试
linux实现daemon程序Linux认证考试
简易教程:Linux下NTFS分区的写操作Linux认证考试
Linux值得Windows借鉴的十大特色Linux认证考试
Linux用户空间获取系统调用表地址Linux认证考试
linux内核对S3C2410睡眠模式的支持Linux认证考试
Linux设备驱动程序:与硬件通信Linux认证考试
Linux中分区挂载和LABEL的指定Linux认证考试
Ubuntu9.10下编译Android源码Linux认证考试
澳大利亚华人论坛
考好网
日本华人论坛
华人移民留学论坛
英国华人论坛