- picsth11code STH11和PIC单片机汇编语言
- making Creates 3d font by taking as input a form and computing the 3d fonts
- clinic A system using C
- LinkLook 一个本人学习directX时精心编制的游戏《连连看》
- Employee-Archive-Management-System 基于VisualBasic和数据库技术开发人事档案管理系统
- 64734 The following Matlab project contains the source code and Matlab examples used for iterated complex function time escape fractal explorer. This GUI allows the user to explore iterated complex function fractals
文件名称:TestPEInject
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:32kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
一个不太通用的PE感染方法
原理:
修改入口点代码为病毒体代码,病毒体代码在运行后修复原入口点代码并执行.
感染过程:
1.备份原PE文件入口点代码(病毒体大小)到文件尾部
2.用病毒体代码覆盖入口代码
执行过程:
1.执行用户自定义代码
2.复制修复代码到动态申请的内存中
3.执行修复代码修复原入口
4.跳转到原入口运行
问题:
1.感染有重定位表的PE文件时,病毒代码可能被系统PE加载器修改
2.入口点到入口点所在节尾部大小小于病毒体大小时,文件会损坏
3.感染upx壳压缩过的文件会出错
代码请使用VC6 Release方式编译..
注:本代码有一定的破坏性,请勿用于非法用途,否则一切后果自负 -A less common method of PE infected
原理:
修改入口点代码为病毒体代码,病毒体代码在运行后修复原入口点代码并执行.
感染过程:
1.备份原PE文件入口点代码(病毒体大小)到文件尾部
2.用病毒体代码覆盖入口代码
执行过程:
1.执行用户自定义代码
2.复制修复代码到动态申请的内存中
3.执行修复代码修复原入口
4.跳转到原入口运行
问题:
1.感染有重定位表的PE文件时,病毒代码可能被系统PE加载器修改
2.入口点到入口点所在节尾部大小小于病毒体大小时,文件会损坏
3.感染upx壳压缩过的文件会出错
代码请使用VC6 Release方式编译..
注:本代码有一定的破坏性,请勿用于非法用途,否则一切后果自负 -A less common method of PE infected
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TestPEInject/ReadMe.txt
TestPEInject/Release/TestPEInject.exe
TestPEInject/StdAfx.cpp
TestPEInject/StdAfx.h
TestPEInject/TestPEInject.cpp
TestPEInject/TestPEInject.dsp
TestPEInject/TestPEInject.dsw
TestPEInject/TestPEInject.ncb
TestPEInject/TestPEInject.opt
TestPEInject/TestPEInject.plg
TestPEInject/TestPEInject.positions
comm/File.cpp
comm/File.h
comm/PEInject.cpp
comm/PEInject.h
TestPEInject/Release
TestPEInject
comm
TestPEInject/Release/TestPEInject.exe
TestPEInject/StdAfx.cpp
TestPEInject/StdAfx.h
TestPEInject/TestPEInject.cpp
TestPEInject/TestPEInject.dsp
TestPEInject/TestPEInject.dsw
TestPEInject/TestPEInject.ncb
TestPEInject/TestPEInject.opt
TestPEInject/TestPEInject.plg
TestPEInject/TestPEInject.positions
comm/File.cpp
comm/File.h
comm/PEInject.cpp
comm/PEInject.h
TestPEInject/Release
TestPEInject
comm
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.