-
直接在内存运行PE
使用了PE加载技术、Hook技术用程序加载PE文件到内存并运行。当在内存中运行的程序,比如arp.EXE执行完之后就会退出,那结果是ExitProcess被调用,那将是我们主进程也结束,显然我们不希望这样。
处理办法:HOOK ExitProcess。问题来了,对MS的许多控制台程序,它们退出都是调用exit,所以如果HOOK ExitProcess, 那我们俩次在内存中运行arp.EXE之后就会死锁。所以对这类程序而言,不能H
OOK ExitProcess,只能HOOK msvcrt!exit。LOADER要加载一个EXE文件,这个EXE文件加载的地址是在0x400000。在我们LOADER的MAIN函数里面,这个地址已经被占用,而你是不能去Free这个地址
重新分布的,这样可能会导致程序崩溃,处理方法相见说明。
- 2022-01-21 18:51:40下载
- 积分:1
-
一款仿真软件的使用说明以及具体的操作步骤
一款仿真软件的使用说明以及具体的操作步骤-A simulation software instructions as well as specific steps. . . .
- 2022-01-26 07:51:19下载
- 积分:1
-
PowerBuild8原码,用于查找和替换任意PBL中的内容,不过需要PB8动态库libjcc.dll pbapl80.dll pbcmp80.dll pbde
PowerBuild8原码,用于查找和替换任意PBL中的内容,不过需要PB8动态库libjcc.dll pbapl80.dll pbcmp80.dll pbdev80.dll pbdpp80.dll pbdts80.dll pbdwe80.dll pbdwp80.dll pbeas80.dll pblib80.dll pborc80.dll pbscr80.dll pbsql80.dll pbsys80.dll pbudo80.dll pbvm80.dll pbwed80.dll的支持-PowerBuild8 original code for a random search and replace the content of PBL, But the dynamic needs PB8 libjcc.dll pbapl80.dll pbcmp80.d "ll pbdev80.dll pbdpp80.dll pbdts80.dll pbdwe 80.dll pbdwp80.dll pbeas80.dll pblib80.dll p borc80.dll pbscr80.dll pbsql80.dll pbsys80. dll pbudo80.dll pbvm80.dll pbwed80.dll support
- 2022-03-20 13:29:27下载
- 积分:1
-
This procedure is to Yuma ephemeris data files into a standard txt convert stand...
本程序是将Yuma的星历数据文件转换成标转换成标准的txt文本格式及第一列位GPS卫星PRN编号,后面为各个卫星的轨道参数-This procedure is to Yuma ephemeris data files into a standard txt convert standard text format and the first GPS satellite PRN numbers faithfully followed for each satellite orbit parameters
- 2022-03-09 13:16:07下载
- 积分:1
-
teach yourself C++ in 21 days
第五版
teach yourself C++ in 21 days
第五版-teach yourself C in the fifth edition of 21 days
- 2022-03-14 18:31:54下载
- 积分:1
-
Windows手机通过ActiveSync连接到PC
windows mobile connect to pc through ActiveSync
- 2022-04-25 12:51:39下载
- 积分:1
-
CppUnit是著名的用于单元测试的JUint框架的C++端口。测试结果放在用于自动测试的XML中和基于用于监督测试的GUI中。...
CppUnit是著名的用于单元测试的JUint框架的C++端口。测试结果放在用于自动测试的XML中和基于用于监督测试的GUI中。-CppUnit is famous for unit test JUint framework of the C++ ports. Test results for the automatic testing on the XML-based test for monitoring the GUI had.
- 2023-05-08 06:20:03下载
- 积分:1
-
牛顿-拉夫逊法潮流计算
基本步骤:
(1)形成节点导纳矩阵
(2)将各节点电压设初值U,
(3)将节点初值代入相关...
牛顿-拉夫逊法潮流计算
基本步骤:
(1)形成节点导纳矩阵
(2)将各节点电压设初值U,
(3)将节点初值代入相关求式,求出修正方程式的常数项向量
(4)将节点电压初值代入求式,求出雅可比矩阵元素
(5)求解修正方程,求修正向量
(6)求取节点电压的新值
(7)检查是否收敛,如不收敛,则以各节点电压的新值作为初值自第3步重新开始进行狭义次迭代,否则转入下一步
(8)计算支路功率分布,PV节点无功功率和平衡节点柱入功率。-Newton-Raphson method flow calculation basic steps : (1) formation of nodal admittance matrix (2) to set up the initial node voltage U, (3) the initial node-generation-related demand. calculated that the constant term formula Vector (4) nodes will be incorporated into the initial voltage-seeking, calculated Jacobian matrix elements (5) solving that equation, seek to amend the vector (6) to strike a new node voltage value (7) to check whether convergence, if not restrained. concentrated in the nodes of the new voltage as the initial value since the first three steps to re-start the narrow iterations. Otherwise, turn into the next (8) Calculation branch power distribution, PV nodes reactive power and balance-node into powe
- 2022-06-02 03:02:29下载
- 积分:1
-
温度测试
用声音为 89V51RD2 的温度测试
该代码是为 LM35 和 PCF8591 ADC_DAC 组件。
它读取到液晶和语音电路利用 ISD4004 TEMP 和发送消息。
- 2022-08-17 15:40:22下载
- 积分:1
-
列主元高斯消去法
用c语言编写
在Turbo c 2.0中调试通过
列主元高斯消去法
用c语言编写
在Turbo c 2.0中调试通过-out PCA Gaussian Elimination c language used in Turbo c 2.0 debugging through
- 2022-04-08 07:55:18下载
- 积分:1