本文整理自网络,侵删。
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 lineStatically analyze Windows exe files (online) to look for use of DEP and ASLR:
SlopFinder (Online Tool)
相关阅读 >>
Delphi编写的android程序获取root权限实现(2015.4.15更新,支持android 4.4)
Delphi idhashmessagedigest md5用法
更多相关阅读请进入《Delphi》频道 >>