awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesHardware Memory Dumping

Low-level extraction of full device storage contents via hardware interfaces like JTAG.

Distinct from Structured Memory Dumping: Candidates focus on container dumps or logic analyzer conversions, not full chip flash extraction via JTAG.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Hardware Memory Dumping. Refine with filters or upvote what's useful.

Awesome Hardware Memory Dumping GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • charles2gan/gda-android-reversing-toolAvatar charles2gan

    charles2gan/GDA-android-reversing-Tool

    4,778Vezi pe GitHub↗

    This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode deobfuscator, and malware analysis tool. It is designed to convert APK, DEX, and OAT binaries into human-readable source code using a native implementation that does not require a Java Virtual Machine. The platform is distinguished by its integration with Frida for dynamic analysis, allowing users to hook methods, inject custom JavaScript, and dump device memory in real time. It also features specialized security engines, including a taint propagation engine and a stack-state machine, to

    Connects to hardware devices to capture full memory dumps for live forensic analysis.

    Pythondecompilermalware-analysismobile-security
    Vezi pe GitHub↗4,778
  • benbaker76/hackintoolAvatar benbaker76

    benbaker76/Hackintool

    3,437Vezi pe GitHub↗

    Hackintool is a hardware configuration tool designed to make non-native computer hardware compatible with macOS. It functions as a suite of utilities for spoofing device identifiers and patching system components to ensure the operating system recognizes unsupported hardware. The project provides specialized tools for graphics, audio, and USB configurations. This includes a framebuffer patcher for resolving display issues on unsupported GPUs, an audio layout configurator for enabling sound via device ID spoofing, and a USB port mapping tool that identifies connected devices to generate custom

    Parses raw system data files to identify actual device identifiers and connector types for patch generation.

    Objective-C
    Vezi pe GitHub↗3,437
  1. Home
  2. Operating Systems & Systems Programming
  3. Hardware Memory Dumping

Explorează sub-etichetele

  • Hardware Dump ParsersTools for parsing raw hardware memory dumps to extract device identifiers and connector types. **Distinct from Hardware Memory Dumping:** Distinct from memory dumping by focusing on the analysis and parsing of the resulting data for patch generation.