簡體   English   中英

如何檢查EXE是否在Windows上有/GS安全保護?

[英]How to check whether an EXE has /GS security protection on Windows?

我從一位朋友那里收到一個 EXE,他問我 EXE 是否啟用了/GS安全保護。

有什么工具可以檢查嗎?

我嘗試了可以從 GitHub 下載的 PESecurity。

但是我得到了沒有/GS選項的結果:

ALSR True
DEP False
Authentiode False
StrongNaming False
SafeSEH False
ControllFlowGuard False
HVA False

IMAGE_LOAD_CONFIG_DIRECTORY::SecurityCookie

安全Cookie

指向 Visual C++ 或 GS 實現使用的 cookie 的指針。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM