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
·

3 repositorios

Awesome GitHub RepositoriesTarget Memory Managers

Systems for reading and writing to the memory and registers of a remote processor during execution.

Distinct from Memory Management Systems: Shortlist contains LLM memory engines or OS heap management; this is about external hardware register/memory access.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Target Memory Managers. Refine with filters or upvote what's useful.

Awesome Target Memory Managers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • huntergregal/mimipenguinAvatar de huntergregal

    huntergregal/mimipenguin

    4,129Ver en GitHub↗

    MimiPenguin es un extractor de credenciales de memoria de Linux y herramienta de recuperación de contraseñas diseñada para aislar y recuperar contraseñas de inicio de sesión de usuario en texto plano de la memoria de procesos activos. Funciona como una utilidad de post-explotación para extraer credenciales sensibles de sesiones de usuario de escritorio durante evaluaciones de seguridad. La herramienta realiza análisis forense de memoria de Linux analizando la memoria de procesos del sistema para identificar y aislar credenciales. Se utiliza para pruebas de penetración de seguridad y evaluación de riesgos asociados con ataques basados en memoria, así como para probar la escalada de privilegios local. El sistema se dirige a la memoria de la sesión de usuario volcando la memoria virtual de los procesos en ejecución. Utiliza escaneo de memoria basado en patrones, identificación heurística de contraseñas y aislamiento de credenciales en texto plano para distinguir posibles contraseñas de datos binarios.

    Focuses extraction efforts on the specific memory addresses assigned to desktop environment and login manager processes.

    C
    Ver en GitHub↗4,129
  • hyperdbg/hyperdbgAvatar de HyperDbg

    HyperDbg/HyperDbg

    3,885Ver en GitHub↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Provides the ability to modify target process memory to alter program state during debugging.

    Cbinary-analysisdebugdebugger
    Ver en GitHub↗3,885
  • probe-rs/probe-rsAvatar de probe-rs

    probe-rs/probe-rs

    2,599Ver en GitHub↗

    probe-rs is an embedded debugging toolset used for flashing, debugging, and inspecting microcontrollers via hardware debug probes. It functions as an embedded firmware flasher, a memory manager for reading and writing to processor registers, and a server implementing the Debug Adapter Protocol to connect hardware debugging to various code editors. The project includes a CMSIS-Pack target parser to extract device metadata and flash configurations from industry-standard definition files. It provides a driver-based probe abstraction to interact with various hardware debug probes regardless of th

    Provides a system for reading and writing to the memory and registers of a target processor.

    Rustarmarm-corescoresight
    Ver en GitHub↗2,599
  1. Home
  2. Operating Systems & Systems Programming
  3. Target Memory Managers

Explorar subetiquetas

  • Memory Write Operations1 sub-etiquetaCapabilities for writing specific data values to target memory addresses during debugging. **Distinct from Target Memory Managers:** Distinct from Target Memory Managers: focuses specifically on the write operation for state modification rather than the management system.
  • Target Memory ReadingRetrieving and displaying raw data from specific memory addresses in the debuggee. **Distinct from Target Memory Managers:** Distinct from Target Memory Managers: focuses on the read/display capability rather than the management system.
  • User Session TargetingLogic for identifying and isolating memory regions belonging to specific desktop environment or login processes. **Distinct from Target Memory Managers:** Targets specific user-session process memory rather than general remote processor register/memory access.