awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • huntergregal/mimipenguinAvatar de huntergregal

    huntergregal/mimipenguin

    4,129Voir sur GitHub↗

    MimiPenguin est un extracteur de références de mémoire Linux et un outil de récupération de mot de passe conçu pour isoler et récupérer les mots de passe de connexion utilisateur en texte clair à partir de la mémoire de processus active. Il fonctionne comme un utilitaire de post-exploitation pour extraire des références sensibles des sessions utilisateur de bureau lors d'évaluations de sécurité. L'outil effectue une analyse forensique de la mémoire Linux en analysant la mémoire des processus système pour identifier et isoler les références. Il est utilisé pour les tests d'intrusion de sécurité et l'évaluation des risques associés aux attaques basées sur la mémoire, ainsi que pour tester l'élévation de privilèges locale. Le système cible la mémoire de session utilisateur en vidant la mémoire virtuelle des processus en cours d'exécution. Il utilise une analyse de mémoire basée sur des motifs, une identification heuristique des mots de passe et une isolation des références en texte clair pour distinguer les mots de passe potentiels des données binaires.

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

    C
    Voir sur GitHub↗4,129
  • hyperdbg/hyperdbgAvatar de HyperDbg

    HyperDbg/HyperDbg

    3,885Voir sur 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
    Voir sur GitHub↗3,885
  • probe-rs/probe-rsAvatar de probe-rs

    probe-rs/probe-rs

    2,599Voir sur 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
    Voir sur GitHub↗2,599
  1. Home
  2. Operating Systems & Systems Programming
  3. Target Memory Managers

Explorer les sous-tags

  • Memory Write Operations1 sous-tagCapabilities 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.