首页 > 技术点滴 > 读取可执行文件编译参数的方法

读取可执行文件编译参数的方法

2009年12月2日 baoz 阅读评论 1,358 views

有时需要检测SAFESEH是否打开,方法如下。

They can use “link.exe /dump /loadconfig <executable>” to verify the presence of the safe exception handler table in an executable.

dumpbin貌似也可以实现类似功能。

包子猜您可能还喜欢下列文章:

  1. BinScope Binary Analyzer
  2. Protecting Your Code with Visual C++ Defenses
  3. Understanding DEP as a mitigation technology
  4. BinScope Binary Analyzer & MiniFuzz File Fuzzer
  5. thc probe里的nat程序不错

  1. 本文目前尚无任何评论.