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

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

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

4 个仓库

Awesome GitHub RepositoriesRaw Binary Offset Manipulators

Utilities for modifying files by reading and writing raw bytes at specific memory addresses.

Distinct from Raw File Data Injectors: Candidates focus on pixel data or sensor data, whereas this is general raw binary file manipulation at specific offsets.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Raw Binary Offset Manipulators. Refine with filters or upvote what's useful.

Awesome Raw Binary Offset Manipulators GitHub Repositories

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

    Hopding/pdf-lib

    8,515在 GitHub 上查看↗

    pdf-lib 是一个 JavaScript PDF 操作库,用于以编程方式创建、修改和编辑 PDF 文档。它是一个跨运行时工具,兼容 Node、浏览器、Deno 和移动端 JavaScript 环境。 该库提供了一个用于文档编辑和表单生成的编程接口。它支持构建交互式 PDF 表单、使用自定义数据填充现有字段,并将表单扁平化为静态内容。 其更广泛的功能包括从零开始生成新文档、在文件之间重新排列或复制页面,以及管理文档元数据。它还允许绘制文本、图像和矢量图形等视觉内容,以及嵌入自定义字体和附加外部文件。

    Implements low-level binary manipulation of PDF files by reading and writing raw bytes at specific offsets.

    TypeScript
    在 GitHub 上查看↗8,515
  • sebaxakerhtc/rdpwrap.inisebaxakerhtc 的头像

    sebaxakerhtc/rdpwrap.ini

    3,702在 GitHub 上查看↗

    This project provides configuration data structures containing build-specific memory offsets and patch codes required to activate remote desktop services. It serves as a registry of parameters and patch sets used to bypass remote desktop restrictions across various operating system builds. The repository specifically focuses on updating configuration files for the RDP Wrapper library. This ensures compatibility with new operating system builds, enabling remote desktop connectivity on editions that do not natively support the feature. The project covers system-level configuration for remote d

    Provides utilities for modifying system files by applying raw byte writes at specific memory addresses.

    在 GitHub 上查看↗3,702
  • hasherezade/pe-bearhasherezade 的头像

    hasherezade/pe-bear

    3,684在 GitHub 上查看↗

    PE-bear is a graphical portable executable analysis tool designed for inspecting, disassembling, and modifying the structure of Windows PE binary files. It functions as a static analysis framework used to identify malicious patterns and reverse engineer program logic. The project provides a binary diffing tool to identify structural and content differences between two executable files. It also includes a section editor for modifying binary layouts by adding or altering sections and imports. The tool covers a range of binary analysis capabilities, including machine code disassembly, file layo

    Provides capabilities to add or edit sections and import tables directly within the raw byte stream of PE files.

    C++bearparsermalware-analysismultiplatform
    在 GitHub 上查看↗3,684
  • d0k3/godmode9d0k3 的头像

    d0k3/GodMode9

    2,554在 GitHub 上查看↗

    GodMode9 is a system-level utility for Nintendo 3DS hardware designed for booting unsigned firmware, managing files, and modifying internal memory. It serves as a custom firmware tool for booting specialized payloads and unlocking restricted system features and hardware capabilities. The project provides a low-level hardware interface for interacting with I2C registers, extracting system keys, and managing raw memory partitions. It functions as a game image dump tool to extract retail cartridges and system images, while also acting as a binary patching utility to alter software behavior via r

    Modifies files by reading and writing raw bytes at specific memory addresses to alter internal data structures.

    C3dsa9lhcia
    在 GitHub 上查看↗2,554
  1. Home
  2. Operating Systems & Systems Programming
  3. Raw Binary Offset Manipulators

探索子标签

  • Disassembly Offset CalculatorsUtilities that translate raw bytes into assembly instructions by calculating addresses from file offsets. **Distinct from Raw Binary Offset Manipulators:** Distinct from Raw Binary Offset Manipulators as it focuses on translation to assembly rather than writing bytes.
  • PE Header EditorsTools specifically for modifying the headers and section tables of Portable Executable files. **Distinct from Raw Binary Offset Manipulators:** Distinct from Raw Binary Offset Manipulators by focusing on the structured PE header format rather than generic byte offsets.