登录
首页 » Windows开发 » 修改程序PEB,可能可以过防火墙

修改程序PEB,可能可以过防火墙

于 2022-03-24 发布 文件大小:256.02 kB
0 295
下载积分: 2 下载次数: 1

代码说明:

修改程序PEB,可能可以过防火墙-Modify the program PEB, the firewall may be able to have ..........

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 使用C#制作屏幕保护的方法
    使用C#制作屏幕保护的方法-produced using C# screen protection methods
    2023-03-14 04:10:03下载
    积分:1
  • 907求多元线形回归方程及预报 一.功能 x1,x2, x3,………..xp为自变量,Y为随机变量, 求线形回归方程 Y= + +…+ + 其...
    907求多元线形回归方程及预报 一.功能 x1,x2, x3,………..xp为自变量,Y为随机变量, 求线形回归方程 Y= + +…+ + 其中 。。。, 为常数, 是随机变量,且 ―N(0, ) 来描述Y与X的变化规律。并用T检验法检验线形回归是否显著。 如果线性回归显著,可用经验回归平面方程对Y作出预报,并给出预报值的置信区间。 -907 for multiple linear regression equation and a prediction. Functional x1, x2, x3, ... .. xp as variables, Y random variables, linear regression equation for Y = ... which. . . For the constant, random variables and-N (0), to describe the X and Y changes. Using T-test whether linear regression significantly. If the linear regression notable experience available on the return plane equation Y forecasts, and gives the predicted confidence interval.
    2023-01-01 14:35:09下载
    积分:1
  • 斜45度游戏引擎的演示程序,不是第一人称视角,类似二位地图的场景。...
    斜45度游戏引擎的演示程序,不是第一人称视角,类似二位地图的场景。-Slanting 45 games engine demonstrationprogram,Is not the first person angle of view, similar two maps scene.
    2022-12-22 12:35:08下载
    积分:1
  • 一个C++类,可以添加
    一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过采用类来实现,从CString继承而来数据运算的结果保存在CString类中理论上可对任意长的数据进行相加在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。-A C++ class which can do the Add-Substract operation to integer with arbitrary length.Compiled with VC++ 6.0 under Windows XP.The class inherited from CString and theoretically it can do add-substract to any length integer.There is a executive file under Release directory,drag the*.txt data file on to the longadd.exe,then it s ok!
    2022-01-22 15:22:53下载
    积分:1
  • 实现简单的CS聊天,可以用来练手,也可细细研读,试试吧。
    实现简单的CS聊天,可以用来练手,也可细细研读,试试吧。-Easy implementation of the CS chat, can be used to practice the hands can also be studied in detail, give it a try.
    2022-06-12 07:58:34下载
    积分:1
  • AODV 工作源代码
    AODV 是一种按需路由协议。它从数目的路径选择最短路径。它包括三个阶段: RREQ 路由请求、 RREP 路由答复和 RRER 错误消息路由。存储节点将播出自己的 id 给邻居使用你好消息。您可以检查源代码在 ns2 文件夹 aodv.cc 和 aodv.h 来获取关于这个专题的详细信息。AODV 包含四个表,即,AODV 的邻居表、 AODV 前体列表、 AODV 广播的 ID 表和 AODV 路由表。Neighbortable 用来存储任何节点的邻居的 ID。以上就是描绘了相邻表的类,它具有公共的 andprotected 成员。在公共成员就只有一个成员函数 "AODV_Neighbour" 是实际上是一个构造函数,它 initializethe 变量 "nb_addr" 创建类实例时。它是由两个组成的 inprotected 的成员变量 1) nb_addr 和 2) nb_expire。这两个变量是商店的邻居表中。第是邻居地址,第二个是到期时间为基于。这些表或类是保持运行 AODV 协议的 thetopology 中的所有节点。Precursorlist 维护 RREQ 源和 RREQ 目的地 whilegiving 答复到源的 id。它定期删除该条目。BroadcastIdclass 是 SourceAdress(nsaddr_t src),Currentnode"Id (u_int32_t id) 的存储并使其过期时间,播出的 idrecord。在 AODV 协议源启动 RREQ 数据包时它 willbroacast 在自然和 RREQ 数据包还有一个 rq-> rq_bcast_id 的字段代表当前 RREQ 广播 id 值。所以 whileforwarding RREQ 数据包的每个节点维护此表,因此 calledBroadcastID 表的处理广播请求数据包。像所有无功的协议,在 AODV,哲学是由节点点播只传播拓扑信息。当一个节点要传输到对没有路由的主机通信时,它将生成将会被淹没一个有限的方式到其他节点的 re
    2022-05-05 17:04:43下载
    积分:1
  • 旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短...
    旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短-Traveling Salesman Problem and its description of the source code. Given space in a given n points, draw a simple path, including all the points, making the shortest path
    2022-09-05 13:55:03下载
    积分:1
  • Visual C++源代码的Web服务。关于如何使用VC6Web服务。
    关于web服务的Visual C++源码。讲述了如何用vc6开发web服务。-Web services on Visual C++ Source. About how to use vc6 to develop web services.
    2023-05-30 04:40:02下载
    积分:1
  • turb disk XP 和具有同样的功能
    turb disk XP 和具有同样的功能-turb disk XP and have the same functionality
    2022-05-09 10:26:32下载
    积分:1
  • 用matlab编写的遗传算法例子,与传统比较改善用matlab编写的遗传算法例子,与传统比较改善...
    用matlab编写的遗传算法例子,与传统比较改善用matlab编写的遗传算法例子,与传统比较改善-Prepared using genetic algorithm matlab example, compared with the traditional used to improve the preparation of the genetic algorithm matlab example of the improvement compared with the traditional
    2022-02-28 10:59:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载