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

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

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

4 个仓库

Awesome GitHub RepositoriesBinary Content Editors

Tools for the direct modification of raw binary bytes to alter application behavior.

Distinct from Binary Modification Tooling: Candidates are either too narrow (game binaries) or refer to different concepts like anchored edits.

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

Awesome Binary Content Editors GitHub Repositories

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

    0xd4d/dnSpy

    29,539在 GitHub 上查看↗

    dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It functions as a decompiler that converts assemblies back into readable high-level source code, an assembly editor for modifying bytecode and metadata, and a debugger for inspecting compiled binaries. The project integrates a hex editor specifically for inspecting and modifying raw bytes and Common Intermediate Language structures. It allows for the direct modification of binary contents to change application behavior without requiring the original project source files. The tool

    Provides direct modification of binary contents to change application behavior without needing original project source files.

    C#
    在 GitHub 上查看↗29,539
  • radare/radare2radare 的头像

    radare/radare2

    24,129在 GitHub 上查看↗

    radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture disassembler, low-level binary debugger, and hexadecimal editor for inspecting executable structures and interpreting machine code when original source files are unavailable. The framework provides capabilities for decompiling machine instructions, performing symbolic analysis, and diffing binary files to identify structural changes across versions. It also includes a digital forensic analyzer and disk analyzer for browsing filesystem formats in userland. The toolset supports binary p

    Allows direct modification of raw binary bytes on local storage or in memory to alter application behavior.

    C
    在 GitHub 上查看↗24,129
  • orbmu2k/nvidiaprofileinspectorOrbmu2k 的头像

    Orbmu2k/nvidiaProfileInspector

    6,655在 GitHub 上查看↗

    Nvidia Profile Inspector is a Windows utility for modifying documented and hidden NVIDIA driver settings via the Driver Settings API. It functions as a GPU driver configuration tool that allows for the adjustment of global and per-application graphics settings to optimize performance and visual quality. The project features a specialized binary bitmask editor for precisely adjusting complex driver configurations and a dedicated utility for tuning Deep Learning Super Sampling, Ray Reconstruction, and Frame Generation settings. It also includes a driver profile backup tool to export and import

    Includes a dedicated bit-level editor for the direct modification of raw binary driver configurations.

    C#
    在 GitHub 上查看↗6,655
  • vaibhavpandeyvpz/apkstudiovaibhavpandeyvpz 的头像

    vaibhavpandeyvpz/apkstudio

    3,606在 GitHub 上查看↗

    Apkstudio is a reverse engineering integrated development environment designed for decompiling, modifying, and recompiling Android application packages. It provides a specialized suite for transforming binary files into readable source code and bundling them back into installable application archives. The project features a framework integration system that imports manufacturer-specific files to ensure accurate decompilation of vendor-modified applications. It includes a dedicated editor for Smali, Java, and XML files with syntax highlighting, as well as a hex editor for the direct modificati

    Offers capabilities for directly modifying raw binary bytes and visualizing embedded media assets.

    C++androidandroid-decompilerapk-decompiler
    在 GitHub 上查看↗3,606
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Content Editors