タグ

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

タグの絞り込みを解除

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

  • 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の軽減策の仕組み。 サイドチャネル攻撃、サプライチェーン攻撃、物理攻撃についてなど
  • ゲームプログラマのためのコーディング技術

    2015年6月2日紙版発売 2015年6月2日電子版発売 大圖衛玄 著 A5判/256ページ 定価2,728円(体2,480円+税10%) ISBN 978-4-7741-7413-6 Gihyo Direct Amazon 楽天ブックス ヨドバシ.com 電子版 Gihyo Digital Publishing Amazon Kindle 楽天kobo honto 書のサポートページサンプルファイルのダウンロードや正誤表など このの概要 多くの機能を持つゲームのプログラムは,巨大で複雑になりがちです。また,コードの保守,機能追加などの工程には複数のプログラマが関わることになります。そのため,ゲームのプログラムには「わかりやすいコード」と「効率よく機能を追加できる設計」が求められます。これはゲームに限らず,職業プログラマとして必要なコーディング技術です。書ではC++のサンプルコード

    ゲームプログラマのためのコーディング技術
    efcl
    efcl 2015/05/20
    ゲームプログラミング本 C++
  • 1