作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2011, Vol. 37 ›› Issue (9): 59-61. doi: 10.3969/j.issn.1000-3428.2011.09.020

所属专题: “核高基”专题

• “核高基”专题 • 上一篇    下一篇

嵌入式操作系统进程监测器的设计与实现

刘道宏,雷 航,郭文生   

  1. (电子科技大学计算机学院,成都 611731)
  • 出版日期:2011-05-05 发布日期:2011-05-12
  • 作者简介:刘道宏(1985-),男,硕士研究生,主研方向:嵌入式实时软件技术;雷 航,教授、博士生导师;郭文生,博士研究生
  • 基金资助:
    “核高基”重大专项“核心电子器件、高端通用芯片及基础软件产品”(2009ZX01039-003-001-002);国家“863”计划基金资助项目(2007AA01Z131)

Design and Implementation of Process Inspector for Embedded Operating System

LIU Dao-hong, LEI Hang, GUO Wen-sheng   

  1. (School of Computer, University of Electronic Science & Technology, Chengdu 611731, China)
  • Online:2011-05-05 Published:2011-05-12

摘要: 为避免嵌入式操作系统的进程受到恶意软件的修改破坏,提出一种适合于嵌入式操作系统的进程监测器。监测器周期性地对系统进程控制块进行检测恢复,通过设置进程检查点为系统提供恢复操作进程,并在Linux上进行实现,给出主要的数据结构和实现过程。实验结果表明,监测器的运行对系统性能影响小,能对系统进程进行有效的检测恢复。

关键词: 进程监测器, 安全攻击, 检测点, 检测恢复

Abstract: In order to protect the process in kernel from attack, a process inspector for embedded system is designed and implemented. The process inspector periodically detects and recovers the system inconsistency. This protection method can provide recovery actions for the system which is based on checkpoint and recovery technique. It realizes in Linux and gives experimental result and analysis. Experimental results show the the inspector can correctly detect and recover the system inconsistency with acceptable penalty to the system performance.

Key words: process inspector, security attack, checkpoint, detection recovery

中图分类号: