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

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

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

6 个仓库

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

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

    iosre/iOSAppReverseEngineering

    4,398在 GitHub 上查看↗

    这是一个针对 iOS 应用程序逆向工程的综合技术指南和课程。它作为一本手册,用于通过反汇编和调试工具剖析移动二进制文件,以分析内部应用程序逻辑和行为。 该材料作为 ARM 汇编和 Objective-C 理论的参考,提供了将底层机器代码转换为人类可读逻辑的必要框架。它将理论研究与实践练习相结合,以验证逆向工程工具在现实世界二进制文件上的使用。 范围涵盖静态二进制分析、动态运行时调试以及 iOS 系统架构的研究。这包括映射文件系统层级和数据组织,以定位应用程序资源和配置文件。

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

    在 GitHub 上查看↗4,398
  • xiaowenxia/embedded-notesxiaowenxia 的头像

    xiaowenxia/embedded-notes

    3,998在 GitHub 上查看↗

    embedded-notes 是一系列专注于嵌入式 Linux、Linux 内核内部机制和 C 语言编程的技术学习指南和开发笔记。它既是嵌入式系统开发的参考资料,也是该领域技术面试的备考资源。 该项目提供了关于编写设备驱动程序、管理虚拟内存以及理解内核内部机制的详细文档。它还包括关于 MQTT 和 TCP/IP 等物联网网络协议的指南,并概述了芯片架构和硬件外设的架构细节。 这些资料涵盖了广泛的系统编程领域,包括手动内存管理、进程生命周期管理以及实时操作系统概念的实现。它还包括低级工具的参考资料,例如 ARM 交叉编译、二进制分析以及用于构建自动化的 Shell 脚本。

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

    armcdriver
    在 GitHub 上查看↗3,998
  • rockchip-linux/kernelrockchip-linux 的头像

    rockchip-linux/kernel

    1,367在 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
    在 GitHub 上查看↗1,367
  • aqilc/chasmaqilc 的头像

    aqilc/chasm

    155在 GitHub 上查看↗

    Easy to use, extremely fast Runtime Assembler.

    Runtime X64 assembler.

    C
    在 GitHub 上查看↗155
  • houqp/libuehouqp 的头像

    houqp/libue

    26在 GitHub 上查看↗

    libue

    Linux device hot-plug event helper.

    C
    在 GitHub 上查看↗26
  • neilstephens/tinyriscv64neilstephens 的头像

    neilstephens/TinyRISCV64

    0在 GitHub 上查看↗

    C++ RV64IM Virtual Machine

    RISC-V virtual machine.

    Assembly
    在 GitHub 上查看↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Assembly and Low-Level

探索子标签

  • 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.