awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesSafe Memory Primitives

Functional alternatives to raw pointer operations and type transmutation that prevent system crashes during simulation.

Distinct from Function Behavior Replacement: No candidate covers the substitution of raw pointer operations with safe functional alternatives for simulation purposes.

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

Awesome Safe Memory Primitives GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • speykious/cve-rsAvatar de Speykious

    Speykious/cve-rs

    5,302Ver en GitHub↗

    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

    Provides safe high-level functional alternatives to raw pointer operations and type transmutation to prevent host system crashes.

    Rust
    Ver en GitHub↗5,302
  1. Home
  2. Operating Systems & Systems Programming
  3. Safe Memory Primitives