awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesAssembly and Low-Level

Tools for runtime assembly and system-level operations.

Explore 6 awesome GitHub repositories matching part of an awesome list · Assembly and Low-Level. Refine with filters or upvote what's useful.

Awesome Assembly and Low-Level 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.
  • iosre/iosappreverseengineeringAvatar de iosre

    iosre/iOSAppReverseEngineering

    4,398Voir sur GitHub↗

    This project is a comprehensive technical guide and course for reverse engineering iOS applications. It serves as a manual for dissecting mobile binaries using disassembly and debugging tools to analyze internal application logic and behavior. The material functions as a reference for ARM assembly and Objective-C theories, providing the necessary framework to translate low-level machine code into human-readable logic. It combines theoretical study with practical exercises to validate the use of reverse engineering tools on real-world binaries. The scope covers static binary analysis, dynamic

    Acts as a reference for interpreting low-level ARM machine code to translate it into application logic.

    Voir sur GitHub↗4,398
  • xiaowenxia/embedded-notesAvatar de xiaowenxia

    xiaowenxia/embedded-notes

    3,998Voir sur GitHub↗

    embedded-notes is a collection of technical study guides and development notes focused on embedded Linux, Linux kernel internals, and C programming. It serves as a reference for embedded systems development and a preparation resource for technical interviews in the field. The project provides detailed documentation on writing device drivers, managing virtual memory, and understanding kernel internals. It also includes guides on IoT network protocols, such as MQTT and TCP/IP, and outlines the architectural details of chip architectures and hardware peripherals. The material covers a broad sur

    Catalogs specialized ARM assembly instructions for synchronization, breakpoint management, and state switching.

    armcdriver
    Voir sur GitHub↗3,998
  • rockchip-linux/kernelAvatar de rockchip-linux

    rockchip-linux/kernel

    1,367Voir sur GitHub↗

    The Linux kernel source tree is core system software tailored specifically for Rockchip processor architectures and embedded hardware boards. It manages hardware resources, processor execution contexts, memory allocation, and process scheduling for custom computing platforms. The project provides low-level hardware abstraction, initialization routines, and a collection of kernel modules designed to control integrated silicon components, storage, and networking hardware. The codebase incorporates hierarchical data structures to describe physical board layouts, memory maps, and peripheral conne

    Implements platform-specific assembly routines and register definitions to initialize processor states and handle low-level interrupts.

    C
    Voir sur GitHub↗1,367
  • aqilc/chasmAvatar de aqilc

    aqilc/chasm

    155Voir sur GitHub↗

    Easy to use, extremely fast Runtime Assembler.

    Runtime X64 assembler.

    C
    Voir sur GitHub↗155
  • houqp/libueAvatar de houqp

    houqp/libue

    26Voir sur GitHub↗

    libue

    Linux device hot-plug event helper.

    C
    Voir sur GitHub↗26
  • neilstephens/tinyriscv64Avatar de neilstephens

    neilstephens/TinyRISCV64

    0Voir sur GitHub↗

    C++ RV64IM Virtual Machine

    RISC-V virtual machine.

    Assembly
    Voir sur GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Assembly and Low-Level

Explorer les sous-tags

  • ARM Instruction ReferencesReference materials for interpreting ARM machine code and translating it into human-readable logic. **Distinct from Assembly and Low-Level:** Distinct from general Assembly tools: provides the specific reference mapping for ARM instruction sets.
  • Binary Pattern InterpretationThe application of assembly and language theories to translate machine patterns into human-readable logic. **Distinct from Assembly and Low-Level:** Distinct from general Assembly and Low-Level tools: focuses on the theoretical interpretation and translation of patterns.