2 个仓库
Restoring the structural metadata and entry points of binary files after removal of protection layers.
Distinct from Header Field Reconstruction: None of the candidates relate to binary executable header restoration; others focus on UI offsets, audio DC offsets, or protocol headers.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Executable Header Reconstruction. Refine with filters or upvote what's useful.
Steamless is a specialized utility designed to strip SteamStub digital rights management wrappers from game executables. It functions as a decryptor and unpacker that removes these protection layers to recover the raw binary data of the original application. By removing the platform-specific wrapper, the tool restores original entry points and enables executables to run without requiring an authenticated platform instance. This process prepares game binaries for modification by removing the layers that typically prevent third-party tools from accessing the code. The project utilizes static b
Restores original entry points and section offsets after removing the protector layer.
本项目是一个红队知识库和进攻性安全手册,旨在模拟对手行为。它作为技术指南和战术的综合集合,用于执行红队行动。 该存储库提供了 Active Directory 渗透测试的详细说明,包括 Kerberos 滥用和域权限提升。它涵盖了通过 API 解钩 (unhooking) 和载荷混淆进行的防御规避,以及涉及内核对象和系统内存操作的 Windows 内部研究。 功能范围扩展到网络渗透测试、恶意软件分析与工程,以及进攻性安全基础设施的部署。它还包括在企业环境中进行横向移动、持久化和数据外泄的方法。
Implements code injection by modifying the structural metadata of the executable file format.