Delphi XE可执行文件上启用DEP和ASLR


本文整理自网络,侵删。

 
Enable DEP and ASLR flags on a Delphi XE+ executable:

unit Unit1;
 
//{$SetPEOptFlags $100} //to set the ASLR flag
//{$SetPEOptFlags $40} //to set the DEP flag
{$SetPEOptFlags $140} //to set both DEP + ASLR in one line
Statically analyze Windows exe files (online) to look for use of DEP and ASLR:

SlopFinder (Online Tool)

相关阅读 >>

Delphi android.os获取sn号

Delphi listview1 中添加check选中事件

Delphi函数定时

Delphi防止因系统崩溃而丢失任务栏的图标(重建托盘图标)

Delphi tmsweb core 刷新当前页面

Delphi 读取dll所有输出函数名

Delphi整理三(窗体和基本组件)

Delphi 给label1字加边的又一个算法

Delphi 比较两数字大小取最大值

Delphi 日期加减

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...