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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesBinary Payload Execution

Executing unsigned or custom machine code during the boot process to modify system state.

Distinct from Payload Execution: Unlike the candidates, this describes a boot-time mechanism for custom code execution, not serialized proxies or file extraction.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Binary Payload Execution. Refine with filters or upvote what's useful.

Awesome Binary Payload Execution GitHub Repositories

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

    TGSAN/CMWTAT_Digital_Edition

    19,130عرض على GitHub↗

    This project is an open source software activator and digital license tool for Microsoft operating systems. It functions as an automated utility to verify Windows 10 and 11 installations as genuine and remove activation watermarks. The software focuses on applying permanent digital licenses to the operating system to ensure activation persists after updates or reinstalls. It achieves this through the automation of license verification without requiring manual user intervention or product keys. The tool utilizes several system-level techniques to manage licensing states, including digital lic

    Bundles pre-configured license keys and activation scripts into a single executable for rapid deployment.

    C#activation-toolkitactivatordigital-license
    عرض على GitHub↗19,130
  • ctcaer/hekateالصورة الرمزية لـ CTCaer

    CTCaer/hekate

    8,068عرض على GitHub↗

    Hekate is a bootloader and system recovery tool for Nintendo Switch hardware. It functions as a multi-OS boot manager that allows the execution of binary payloads and the launching of stock firmware, custom firmware, Android, and Linux through a graphical interface. The project provides a suite of recovery and system modification tools, including the ability to create and restore full backups of internal storage. It also features a USB HID gamepad emulator that maps device controller inputs to USB signals for interacting with external computers. The software covers broad capability areas inc

    Provides the ability to run unsigned binary payloads to modify system state before the primary kernel boots.

    Cbootloaderhekatenintendo-switch-bootloader
    عرض على GitHub↗8,068
  • asahilinux/m1n1الصورة الرمزية لـ AsahiLinux

    AsahiLinux/m1n1

    4,114عرض على GitHub↗

    m1n1 هو محمل إقلاع (bootloader) منخفض المستوى لأجهزة Apple Silicon القائمة على معمارية ARM64. يعمل كأداة برمجية ثابتة وبيئة تجريبية لتحميل النواة الخارجية وأنظمة التشغيل غير الأصلية. يُمكّن المشروع من تنفيذ حمولات ثنائية متسلسلة تحتوي على النواة، وأشجار الأجهزة (device trees)، وأقراص الذاكرة (ramdisks). ويوفر منصة لتجربة البرامج الثابتة ونشر نواة مخصصة على شرائح Apple Silicon. يغطي النظام تجريد الأجهزة منخفض المستوى، بما في ذلك الوصول إلى السجلات المعينة في الذاكرة، ونقل شجرة الأجهزة، وتحميل الإقلاع القائم على المراحل. كما يتضمن تصحيح أخطاء تسلسلي عبر UART لسجلات النظام واستكشاف الأخطاء وإصلاحها.

    Supports booting from a single file that concatenates the kernel, device tree, and ramdisk into a binary payload.

    Python
    عرض على GitHub↗4,114
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Payload Execution

استكشف الوسوم الفرعية

  • License Payload BundlersUtilities that package activation scripts and license keys into a single executable for deployment. **Distinct from Binary Payload Execution:** Distinct from general binary payload execution: focuses on the packaging and delivery of software licenses.