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

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

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

3 个仓库

Awesome GitHub RepositoriesHex Dump Visualization

Rendering binary data as a color-coded hexadecimal dump for visual pattern recognition.

Distinct from Memory Dump Parsers: Distinct from memory-dump parsing or credential dumping; focuses on the visual representation of file bytes.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Hex Dump Visualization. Refine with filters or upvote what's useful.

Awesome Hex Dump Visualization GitHub Repositories

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

    sharkdp/hexyl

    9,971在 GitHub 上查看↗

    Hexyl is a colored hex dump utility and binary data viewer for the terminal. It allows for the inspection of binary files by rendering contents as a colored hex dump to distinguish between different byte categories, such as printable text, whitespace, and null bytes. The tool includes a C-style hex exporter that transforms binary data into C include files for direct integration into source code. It supports visual layout customization through configurable panels and borders, as well as the ability to define colors for byte categories and offsets using terminal colors or RGB hex codes via envi

    Renders file data as a colored hex dump to identify patterns and byte categories through visual scanning.

    Rustbinary-datacommand-linehexadecimal
    在 GitHub 上查看↗9,971
  • ikarus23/mifareclassictoolikarus23 的头像

    ikarus23/MifareClassicTool

    5,743在 GitHub 上查看↗

    MifareClassicTool is an Android application for reading, writing, cloning, and analyzing MIFARE Classic RFID tags using built-in NFC hardware or external USB readers. The tool provides sector-based authentication using key files and dictionary attacks, enabling selective data extraction from protected tag sectors. The application includes a hex editor for viewing and modifying raw tag dump data with sector and block highlighting, along with tools for decoding and encoding access condition bytes and value blocks. It supports cloning full dumps or UIDs to compatible magic tags, including manufa

    Provides a hex editor for viewing, modifying, and comparing MIFARE Classic tag dump files.

    Javaandroidandroid-nfcmifare
    在 GitHub 上查看↗5,743
  • jindrapetrik/jpexs-decompilerjindrapetrik 的头像

    jindrapetrik/jpexs-decompiler

    5,404在 GitHub 上查看↗

    JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler and editor. It provides a toolkit for decompiling, analyzing, and modifying the internal structure of compiled Flash content, including the extraction of scripts and media assets. The project is distinguished by its ability to perform direct binary modification, allowing users to edit bytecode and replace embedded resources without reverting to high-level source code. It includes a runtime ActionScript bytecode debugger for variable inspection and call stack analysis, as well

    Visualizes file headers, shapes, sprites, and sounds using a hexadecimal dump and preview window.

    Javadecompilereditorflash
    在 GitHub 上查看↗5,404
  1. Home
  2. Operating Systems & Systems Programming
  3. Hex Dump Visualization

探索子标签

  • MIFARE Classic Dump EditorsHex editors for viewing, modifying, and comparing MIFARE Classic tag dump files with sector highlighting. **Distinct from Hex Dump Visualization:** Distinct from Hex Dump Visualization: specifically for MIFARE Classic tag dumps with sector highlighting, not general hex visualization.
  • Tag Dump EditorsEditors for viewing and modifying raw hexadecimal tag dump data with sector and block highlighting. **Distinct from Hex Dump Visualization:** Distinct from Hex Dump Visualization: focuses on editing and modifying tag dump files, not just visual representation of binary data.