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

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

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

5 个仓库

Awesome GitHub RepositoriesMemory Content Manipulation

Tools for writing arbitrary data or strings directly into emulated memory blocks.

Distinct from Data-Block Memory Management: Focuses on raw memory overwriting for debugging purposes, not the management of 3D asset blocks or agent memory.

Explore 5 awesome GitHub repositories matching operating systems & systems programming · Memory Content Manipulation. Refine with filters or upvote what's useful.

Awesome Memory Content Manipulation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mamedev/mamemamedev 的头像

    mamedev/mame

    9,929在 GitHub 上查看↗

    MAME is a vintage hardware emulation platform designed to recreate the circuitry of arcade games, computers, and consoles to run original software on modern devices. It functions as a retro gaming preservation framework for managing, verifying, and archiving ROM sets and disk images to ensure long-term software accessibility. The project features a system debugging tool for inspecting emulated memory, CPU registers, and execution flow via breakpoints and disassembly. It also includes a Lua-based automation layer that exposes core system state and hardware controls for custom behavior and anal

    Enables overwriting blocks of emulated memory with specified data sequences or strings for debugging.

    C++
    在 GitHub 上查看↗9,929
  • mit-pdos/xv6-publicmit-pdos 的头像

    mit-pdos/xv6-public

    9,466在 GitHub 上查看↗

    xv6 is a Unix-like educational operating system designed for teaching kernel concepts. It is implemented as an instructional kernel for x86 and RISC-V architectures, featuring a virtual memory manager and support for symmetric multiprocessing. The system is designed to demonstrate core OS principles through a simplified re-implementation of Unix Version 6. It provides a controlled environment for studying system calls, trap handling, and process lifecycles. Its capability surface covers process management, including scheduling and context switching, and memory management via page tables for

    Provides utilities for copying and filling contiguous regions of raw memory buffers.

    C
    在 GitHub 上查看↗9,466
  • sensepost/objectionsensepost 的头像

    sensepost/objection

    8,896在 GitHub 上查看↗

    Objection is a dynamic instrumentation framework and runtime exploration toolkit for mobile application security analysis. It provides a command-line interface to interact with the memory and state of iOS and Android applications during active execution, serving as a toolkit for runtime analysis and security testing. The project distinguishes itself by providing specialized capabilities to bypass common mobile security controls, including SSL pinning, biometric authentication, and root or jailbreak detection. It enables the extraction of sensitive credentials and data from secure storage syst

    Lists loaded modules, dumps memory regions, and replaces memory contents at runtime.

    Pythonandroidframeworkfrida
    在 GitHub 上查看↗8,896
  • hyperdbg/hyperdbgHyperDbg 的头像

    HyperDbg/HyperDbg

    3,885在 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

    Writes arbitrary values to memory addresses to patch code or modify data structures at runtime.

    Cbinary-analysisdebugdebugger
    在 GitHub 上查看↗3,885
  • cifertech/esp32-divcifertech 的头像

    cifertech/ESP32-DIV

    2,552在 GitHub 上查看↗

    ESP32-DIV is a handheld wireless pentesting platform designed for analyzing and disrupting a wide range of wireless protocols. It functions as a multi-band radio analyzer, RFID and NFC tag manipulator, and GPS wardriving logger, providing a unified interface for security auditing and signal research. The project distinguishes itself through a modular radio abstraction that allows switching between Wi-Fi, BLE, Sub-GHz, RFID/NFC, and infrared hardware modules. It features a touch-driven TFT interface for navigating toolsets and managing signal profiles, as well as the ability to emulate Bluetoo

    Exports the complete memory contents of an RFID tag for detailed offline analysis.

    C++arduinoattackdeauth
    在 GitHub 上查看↗2,552
  1. Home
  2. Operating Systems & Systems Programming
  3. Memory Content Manipulation

探索子标签

  • Memory Content OverwritingsModifies values at specific memory addresses using format string specifiers to inject arbitrary data. **Distinct from Memory Content Manipulation:** Distinct from Memory Content Manipulation: focuses on format string-based overwriting specifically.
  • RFID Memory ManipulationCapabilities for reading, writing, and modifying specific data blocks on RFID chip memory. **Distinct from Memory Content Manipulation:** Specifically targets RFID tag memory blocks rather than general emulated memory for debugging.