awesome-repositories.com

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

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

3 مستودعات

Awesome GitHub RepositoriesContainer Memory Dumps

Processes for extracting and analyzing memory snapshots specifically from containerized runtimes.

Distinct from Binary Memory Dumping: Focuses on capturing memory dumps from containers for diagnostics, whereas binary memory dumping is a general low-level capability.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Container Memory Dumps. Refine with filters or upvote what's useful.

Awesome Container Memory Dumps GitHub Repositories

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

    eugenp/tutorials

    37,340عرض على GitHub↗

    This project is a collection of educational resources and step-by-step tutorials for Java backend development. It provides implementation guides for building web services and applications using the Spring Boot framework, focusing on the development of data streams and concurrent tasks. The repository includes technical walkthroughs for Kubernetes cluster automation, specifically regarding the creation of custom operators and admission controllers. It also serves as a manual for cloud native integration, covering the packaging of applications into containers and the use of distributed event me

    Provides techniques for capturing Java heap dumps from containers to diagnose memory leaks.

    Java
    عرض على GitHub↗37,340
  • bottlerocket-os/bottlerocketالصورة الرمزية لـ bottlerocket-os

    bottlerocket-os/bottlerocket

    9,624عرض على GitHub↗

    Bottlerocket is a container-optimized operating system and minimal Linux distribution designed specifically for hosting container workloads. It functions as an immutable infrastructure OS, utilizing a read-only root filesystem and atomic partition swapping to ensure consistent and reversible system updates. The system is distinguished by an API-driven host manager that replaces traditional shell-based configuration with a local REST API for administrative tasks. To maintain security and stability, it employs a dual-runtime isolation model that separates workload runtimes from system operation

    Captures logs and memory dumps to persistent storage automatically when a kernel panic occurs.

    Rustcontainerslinuxoperating-system
    عرض على GitHub↗9,624
  • mantvydasb/redteaming-tactics-and-techniquesالصورة الرمزية لـ mantvydasb

    mantvydasb/RedTeaming-Tactics-and-Techniques

    4,620عرض على GitHub↗

    هذا المشروع عبارة عن قاعدة معرفية للفريق الأحمر (red teaming) ودليل للأمن الهجومي مصمم لمحاكاة سلوك الخصم. يعمل كمجموعة شاملة من الأدلة الفنية والتكتيكات لتنفيذ عمليات الفريق الأحمر. يوفر المستودع تعليمات مفصلة لاستغلال Active Directory، بما في ذلك إساءة استخدام Kerberos وتصعيد الامتيازات في النطاق. يغطي التهرب من الدفاع من خلال إلغاء ربط API (API unhooking) وتعتيم الحمولة (payload obfuscation)، بالإضافة إلى أبحاث حول نظام Windows الداخلي التي تتضمن التلاعب بكائنات النواة وذاكرة النظام. تمتد مساحة القدرات إلى اختبار اختراق الشبكة، وتحليل البرمجيات الخبيثة وهندستها، ونشر البنية التحتية للأمن الهجومي. كما يتضمن طرقًا للحركة الجانبية، والاستمرارية، وتسريب البيانات عبر بيئات المؤسسات.

    Provides a method for extracting raw memory dumps from VirtualBox guest machines for forensic analysis.

    PowerShelloffensive-securityoscppentesting
    عرض على GitHub↗4,620
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Memory Dumping
  4. Container Memory Dumps

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

  • Hypervisor Memory DumpsExtracting raw memory snapshots from virtual machine guests via the hypervisor. **Distinct from Container Memory Dumps:** Specific to VM guests (VirtualBox), whereas the parent focuses on containerized runtimes.
  • Kernel Panic DumpsCapturing full system memory and kernel logs to persistent storage during a kernel panic. **Distinct from Container Memory Dumps:** Specifically targets kernel-level crashes rather than just container memory snapshots.