awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mamedev/mameالصورة الرمزية لـ mamedev

    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-publicالصورة الرمزية لـ mit-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/objectionالصورة الرمزية لـ sensepost

    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/hyperdbgالصورة الرمزية لـ HyperDbg

    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-divالصورة الرمزية لـ cifertech

    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.