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

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

本文简介:

        If Ip = 0 Then

            Return Nothing

        End If

 

 

        Dim ms As IO.FileStream

        Dim br As IO.BinaryReader

        Try

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

            br = New IO.BinaryReader(ms)

            br.ReadBytes(Ip + 5) '舍弃前面的数据

 

 

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

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

go top