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

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

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

4 مستودعات

Awesome GitHub RepositoriesDeveloper Certificate Signings

Uses imported developer certificates to sign iOS apps for sideloading without requiring Just-In-Time compilation.

Distinct from JIT-Based Signing Bypasses: Distinct from JIT-Based Signing Bypasses: relies on importing developer certificates for standard code signing, not bypassing signing via JIT.

Explore 4 awesome GitHub repositories matching security & cryptography · Developer Certificate Signings. Refine with filters or upvote what's useful.

Awesome Developer Certificate Signings GitHub Repositories

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

    LiveContainer/LiveContainer

    9,299عرض على GitHub↗

    LiveContainer is an iOS app container manager that runs applications in isolated sandboxes with separate data, keychain, and vendor identifiers, bypassing Apple's free developer account installation limits. It uses Just-In-Time compilation to launch unsigned apps without a developer certificate, and supports running multiple instances and versions of the same app simultaneously. The tool also injects custom dynamic libraries and framework tweaks at launch, applied globally or per application. Beyond basic containerization, LiveContainer provides advanced multitasking with resizable virtual or

    LiveContainer imports developer certificates to allow app signing without Just-In-Time compilation for easier sideloading.

    Swift
    عرض على GitHub↗9,299
  • dantheman827/ios-app-signerالصورة الرمزية لـ DanTheMan827

    DanTheMan827/ios-app-signer

    6,298عرض على GitHub↗

    This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.

    Applies a selected signing certificate from a paid developer account to the app bundle.

    Objective-C
    عرض على GitHub↗6,298
  • naituw/ipapatchالصورة الرمزية لـ Naituw

    Naituw/IPAPatch

    5,211عرض على GitHub↗

    IPAPatch هي أداة لتصحيح تطبيقات iOS وأدوات القياس الثنائية. تم تصميمها لحقن مكتبات ديناميكية وأطر عمل مخصصة في حزم التطبيقات التي تم فك تشفيرها لتعديل سلوك وقت التشغيل دون الحاجة إلى جهاز مكسور الحماية (jailbroken). تعمل الأداة كواجهة مصحح أخطاء خارجية، مما يجهز التطبيقات للسماح بضبط نقاط التوقف وفحص الكائنات في الوقت الفعلي. تتيح دمج أطر عمل خدمات الطرف الثالث في التطبيقات الحالية لإضافة قدرات جديدة أو أدوات فحص متخصصة. يغطي المشروع التعديل الثنائي، بما في ذلك تصحيح أوامر تحميل الملفات التنفيذية وتعديل بيانات الاستحقاق. كما يتعامل مع تطبيق هويات التوقيع المخصصة لتلبية فحوصات أمان النظام بعد التعديل.

    Resigns patched application bundles using developer certificates to satisfy iOS security checks.

    Objective-Chackinghacking-toolios
    عرض على GitHub↗5,211
  • khcrysalis/featherالصورة الرمزية لـ khcrysalis

    khcrysalis/Feather

    4,256عرض على GitHub↗

    Feather is an iOS application manager and installer designed for signing and installing third-party mobile applications using developer certificates. It functions as a utility to sideload applications and manage external app repositories directly on a mobile device. The project includes capabilities for patching application binaries and injecting system files to modify runtime behavior and visual appearance. It utilizes developer certificate management to authenticate binaries and bypass official app store installation restrictions. The tool further supports importing applications from exter

    Authenticates binaries using developer certificates to bypass official app store installation restrictions.

    Swift
    عرض على GitHub↗4,256
  1. Home
  2. Security & Cryptography
  3. Code Signing
  4. Developer Certificate Signings

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

  • Desktop Code Signing ApplicationsA desktop application for applying developer certificates and provisioning profiles to iOS app bundles. **Distinct from Developer Certificate Signings:** Distinct from Developer Certificate Signings: focuses on the desktop application interface for applying certificates and profiles, not just the signing process itself.