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,398GitHub पर देखें↗

    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.

    GitHub पर देखें↗4,398
  • xiaowenxia/embedded-notesxiaowenxia का अवतार

    xiaowenxia/embedded-notes

    3,998GitHub पर देखें↗

    embedded-notes एम्बेडेड Linux, Linux कर्नेल इंटरनल और C प्रोग्रामिंग पर केंद्रित तकनीकी अध्ययन गाइडों और विकास नोट्स का एक संग्रह है। यह एम्बेडेड सिस्टम विकास के लिए एक संदर्भ और क्षेत्र में तकनीकी साक्षात्कारों के लिए एक तैयारी संसाधन के रूप में कार्य करता है। यह प्रोजेक्ट डिवाइस ड्राइवर लिखने, वर्चुअल मेमोरी को प्रबंधित करने और कर्नेल इंटरनल को समझने पर विस्तृत दस्तावेज़ीकरण प्रदान करता है। इसमें MQTT और TCP/IP जैसे IoT नेटवर्क प्रोटोकॉल पर गाइड भी शामिल हैं, और चिप आर्किटेक्चर और हार्डवेयर पेरिफेरल्स के आर्किटेक्चरल विवरण को रेखांकित करता है। सामग्री सिस्टम प्रोग्रामिंग की एक विस्तृत सतह को कवर करती है, जिसमें मैनुअल मेमोरी प्रबंधन, प्रक्रिया लाइफसाइकिल प्रबंधन और रीयल-टाइम ऑपरेटिंग सिस्टम अवधारणाओं का कार्यान्वयन शामिल है। इसमें ARM के लिए क्रॉस-कंपाइलेशन, बाइनरी विश्लेषण और बिल्ड ऑटोमेशन के लिए शेल स्क्रिप्टिंग जैसे निम्न-स्तरीय टूलिंग के लिए संदर्भ भी शामिल हैं।

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

    armcdriver
    GitHub पर देखें↗3,998
  • rockchip-linux/kernelrockchip-linux का अवतार

    rockchip-linux/kernel

    1,367GitHub पर देखें↗

    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

    155GitHub पर देखें↗

    Easy to use, extremely fast Runtime Assembler.

    Runtime X64 assembler.

    C
    GitHub पर देखें↗155
  • houqp/libuehouqp का अवतार

    houqp/libue

    26GitHub पर देखें↗

    libue

    Linux device hot-plug event helper.

    C
    GitHub पर देखें↗26
  • neilstephens/tinyriscv64neilstephens का अवतार

    neilstephens/TinyRISCV64

    0GitHub पर देखें↗

    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.