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

计算机工程 ›› 2006, Vol. 32 ›› Issue (4): 177-178,202.

• 安全技术 • 上一篇    下一篇

基于重定义 JVM 类加载器移动代码的安全

张爱娟 1,纪承 2,殷兆麟3   

  1. 中国矿业大学计算机科学与技术学院,徐州 221008
  • 出版日期:2006-02-20 发布日期:2006-02-20

Security of Mobile Code Based on Redefining JVM’s Classloader

ZHANG Aijuan , JI Cheng ,YIN Zhaolin   

  1. Institute of Computer Science and Technology, Chinese University of Mining and Technology, Xuzhou 221008
  • Online:2006-02-20 Published:2006-02-20

摘要: 移动代理代码在目标主机代理平台上加载运行中,存在着其意图易被探测、泄露、修改的安全隐患。论文通过采用重建虚拟机的系统类加载器和自定义类加载器的方法解决这一安全问题。

关键词: 移动代码;JVM;类加载器

Abstract: There are some security threats during mobile agent codes are loaded or running on destination hosts. The threads are detecting, draining or altering the agents' intention. In order to protect the code from being detected or changed, this paper taks measures to assure the original code security by reconstructing the JVM system classloader and self-defining classloader in the thesis

Key words: Mobile code; JVM; Classloader