タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

securityとC++に関するefclのブックマーク (1)

  • Low-Level Software Security for Compiler Developers

    1 Introduction Compilers, assemblers and similar tools generate all the binary code that processors execute. It is no surprise then that these tools play a major role in security analysis and hardening of relevant binary code. Often the only practical way to protect all binaries with a particular security hardening method is to have the compiler do it. And, with software security becoming more and

    efcl
    efcl 2023/02/19
    低レイヤーのセキュリティについての書籍。 バッファオーバーフロー、Code reuse attacksの仕組み。 ASLR、CFI、Pointer Authentication、BTIの軽減策の仕組み。 サイドチャネル攻撃、サプライチェーン攻撃、物理攻撃についてなど
  • 1