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

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

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

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

    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/bottlerocketbottlerocket-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-techniquesmantvydasb 的头像

    mantvydasb/RedTeaming-Tactics-and-Techniques

    4,620在 GitHub 上查看↗

    本项目是一个红队知识库和进攻性安全手册,旨在模拟对手行为。它作为技术指南和战术的综合集合,用于执行红队行动。 该存储库提供了 Active Directory 渗透测试的详细说明,包括 Kerberos 滥用和域权限提升。它涵盖了通过 API 解钩 (unhooking) 和载荷混淆进行的防御规避,以及涉及内核对象和系统内存操作的 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.