awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesMemory Reference Abstractions

Software-defined references that decouple memory access from hardware addresses to simulate unsafe behaviors safely.

Distinct from Memory Interface Modeling: Focuses on software-level reference abstraction for simulation, whereas Memory Interface Modeling focuses on the CPU-to-RAM physical interface.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Memory Reference Abstractions. Refine with filters or upvote what's useful.

Awesome Memory Reference Abstractions GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • speykious/cve-rsSpeykious का अवतार

    Speykious/cve-rs

    5,302GitHub पर देखें↗

    cve-rs is a memory safety testing framework and vulnerability simulator designed to recreate buffer overflows and segmentation faults. It provides a set of safe memory primitives and a WebAssembly-based security sandbox to evaluate how programs handle unsafe memory access within an isolated execution environment. The project replaces raw pointer manipulation and type transmutation with functional alternatives, allowing for the simulation of memory-unsafe operations. It enables the reinterpretation of data types through memory representation manipulation rather than unsafe casting to study the

    Implements an abstracted memory reference model to decouple hardware access from software references for safe vulnerability simulation.

    Rust
    GitHub पर देखें↗5,302
  1. Home
  2. Operating Systems & Systems Programming
  3. Memory Interface Modeling
  4. Memory Reference Abstractions