1、 本科毕业设计(论文) 计算机远程控制程序设计 计算机信息获取、控制技术研究及驻留程序设计 学 院 名 称 专 业 名 称 学 生 姓 名 学号 指 导 教 师 二一一年六月 1 计算机远程控制程序设计计算机信息 获取、控制技术研究及驻留程序设计 摘要:摘要:随着计算机网络技术的不断发展,网络安全问题变得越来越受人们关注。网络安 全包括攻击和防范两大范畴。以往我们大多数以防范为主,如加密、防火墙等。但网络 攻击技术与网络防范技术是密不可分的,了解网络攻击的方法和技术对于维护网络安全 有着重要的意义。计算机远程控制程序能够使操作者通过基于 Internet 网络对远程主机 进行控制,从而实现对网
2、络远程计算机得信息获取、控制、记录等功能。随着 Internet 的广泛应用,远程控制系统能够实现很多的功能,其中军事上的应用尤为重要。本文以 Windows 系统为基础, 使用 Microsoft Visual C+ 6.0 为主要开发工具, 使用 Windows API 编程,开发远程控制程序,主要的任务是关于驻留端程序的设计,实现了对远程计算机 的基本控制,信息获取。 关键词:关键词:计算机信息获取;远程控制;计算机木马 2 Computer Remote Control Programming Computer Access To Information, Control, Resea
3、rch And Resident Programming Abstract:.With the continuous development of computer network technology, network security issues become more and more attention. Network security, including attacks and prevent the two major areas. The past, most of us to prevent the main, such as encryption and firewal
4、ls. However, technology and network attacks against technology are inextricably linked, understanding of network attack methods and techniques for maintaining network security is of important significance .Computer remote control program that allows the operator to Internet-based network to control
5、the remote host, in order to achieve a remote computer on the network have access to information, control, recording and other functions. With the extensive application of the Internet, Remote control system can achieve a lot of features, military applications which is particularly important. In thi
6、s paper, Windows-based system, using Microsoft Visual C + + 6.0 as the main development tool, using the Windows API, The main task is to design the program on the resident side development of remote control procedures, the basic control of the remote computer, access to information. Keywords: Computer information access, Remote Control , Computer Trojan 3 目 录 第 1 章 前言 5 1.1 概述 5 1.2 远程控制的基本原理 6 1.2.1 远程控制软件的基本模式 7 1.2.2 远程控制常用软件 7 1.3 论文选题及研究方案 8 1.4 主要