awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesControl Flow Integrity Protections

Mechanisms to protect the execution path from diversion by attacks like ROP and JOP.

Distinct from Return Oriented Programming: Distinct from Return Oriented Programming: focuses on the defensive protections against the attack, not the attack technique itself.

Explore 1 awesome GitHub repository matching security & cryptography · Control Flow Integrity Protections. Refine with filters or upvote what's useful.

Awesome Control Flow Integrity Protections GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • federico-busato/modern-cpp-programmingfederico-busato 的头像

    federico-busato/Modern-CPP-Programming

    15,808在 GitHub 上查看↗

    This project is a comprehensive educational resource and programming course covering C++ language semantics and features from C++03 through C++26. It provides structured tutorials and technical guides focused on modern C++ development. The material offers specialized instruction on template metaprogramming, including the use of type traits and compile-time computations. It features detailed guides on concurrency and parallelism for multi-core execution, as well as a reference for software design applying SOLID principles and RAII. Additionally, it covers build performance optimization to redu

    Provides methods to protect the execution path against return-oriented and jump-oriented programming attacks.

    HTMLc-plus-pluscode-qualitycompilers
    在 GitHub 上查看↗15,808
  1. Home
  2. Security & Cryptography
  3. Return Oriented Programming
  4. Control Flow Integrity Protections