vb.net实现木马注册机原理:动态配置exe[7]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

        Try

            ms = New IO.FileStream(strPath, IO.FileMode.Open, IO.FileAccess.Read)

            br = New IO.BinaryReader(ms)

            '读取文件

            Dim b() As Byte = br.ReadBytes(ms.Length)

 

 

            Dim ic As Integer

            For i As Integer = 0 To b.Length - 5

                ic = i

                '这里检查标志,就是上面连续写2个 vbcrlf  vbcrlf

本文关键:vb.net实现木马注册机原理:动态配置exe
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top