Browse free open source Hex Editors and projects for Windows below. Use the toggles on the left to filter open source Hex Editors by OS, license, language, programming language, and project status.

  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely.

    Stay productive working at any distance from anywhere with Monitask.
  • 1
    WillowTree#
    WillowTree# is a save editor for Borderlands written in C#. It can read, edit, and convert savegame files from PC, PS3, and Xbox 360 versions of the Borderlands game. It has a storage locker that can be used to transfer items between characters.
    Leader badge
    Downloads: 1,193 This Week
    Last Update:
    See Project
  • 2
    VSCodium

    VSCodium

    binary releases of VS Code without MS branding/telemetry/licensing

    Microsoft’s vscode source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under this not-FLOSS license and contains telemetry/tracking. The VSCodium project exists so that you don’t have to download+build from source. This project includes special build scripts that clone Microsoft’s vscode repo, run the build commands, and upload the resulting binaries for you to GitHub releases. These binaries are licensed under the MIT license. Telemetry is disabled. If you want to build from source yourself, head over to Microsoft’s vscode repo and follow their instructions. VSCodium exists to make it easier to get the latest version of MIT-licensed VSCode. Please note that some Visual Studio Code extensions have licenses that restrict their use to the official Visual Studio Code builds and therefore do not work with VSCodium.
    Downloads: 121 This Week
    Last Update:
    See Project
  • 3
    wxHexEditor
    wxHexEditor is another Hex Editor, build because of there is no good hex editor for Linux system, specially for big files. It supports files up to 2^64 bytes. Written with C++/wxWidgets GUI libs and can be used with other OS'es such Windows, Mac OS
    Leader badge
    Downloads: 294 This Week
    Last Update:
    See Project
  • 4
    PSPad

    PSPad

    Text and code editor

    PSPad editor is a programmers editor with support for multiple syntax highlighting profiles. It comes with a hex editor, CP conversion, text differences, templates, macros, spellcheck option, auto-completion, Code Explorer and much more. The program is pre-configured for the most popular programming languages (VB, C++, SQL, PHP, ASP, Python etc.) and you can further customize the syntax settings. PSPad includes several additional tools that are especially useful for HTML editing (compress, format code) and also integrates TopStyle Lite and TidyHTML. The program can be used as IDE for any compiler. Additional features include support for project, file browsing, custom shortcuts, built-in FTP client to edit files on the server and much more.
    Downloads: 209 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 5
    Hexplorer

    Hexplorer

    Binary (hexadecimal) editor for Windows

    Binary (hexadecimal) editor for Windows
    Leader badge
    Downloads: 82 This Week
    Last Update:
    See Project
  • 6
    BitBurner

    BitBurner

    BitBurner AVR Programmer, a full and complete AVRdude GUI for Windows.

    BitBurner AVR Programmer is a graphical front end for the command line program AVRdude. It is used to transfer programs and data to the Atmel AVR family of microcontrollers. BitBurner is an attempt at a single AVRdude GUI programming solution for AVR developers and experimenters by providing comprehensive device support over a broad range of programming hardware. BitBurner supports all devices, memory spaces and programming hardware protocols provided by the latest version of AVRdude, including support for XMEGA devices. BitBurner hosts a full-function hex editor capable of direct transfers to and from all memory spaces of all devices. BitBurner contains a complete fuse and lock calculator with an extensive database describing all AVRdude's supported devices and more. BitBurner has innovative automation functions intended to simplify and accelerate the build process. By monitoring project output files BitBurner can trigger programming actions without direct interaction.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 7
    Bakeware

    Bakeware

    Compile Elixir applications into single, easily distributed executable

    Compile Elixir applications into single, easily distributed executable binaries. Bakeware extends Mix releases with the ability to turn Elixir projects into single binaries that can be copied and directly run. No need to install Erlang or untar files. The binaries look and feel like the build-products from other languages. Since everything was written quickly and the integration is fairly straightforward, we recommend that you take a look at the examples. The examples are bare bones Elixir scripts, OTP applications, Phoenix applications and more with small changes to their mix.exs files and instructions for running that you can try out for yourself. Assemble the necessary components to create a Bakeware executable that can be distributed across machines to run the script/application without extra environment setup (such as installing Elixir/Erlang, etc).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    BinEd Binary/Hex Editor

    BinEd Binary/Hex Editor

    Binary / hex editor and component written in Java

    Free and open source hex editor written in Java. This is standalone desktop app, library for Java applications as well as variants for Java IDEs are also available.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 9
    Simple Hex Viewer

    Simple Hex Viewer

    Simple Hex Viewer for Windows

    Simple Hex Viewer for Windows developed in FPC/Lazarus Source code repository: https://github.com/jval1972/SimpleHex
    Downloads: 19 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 10
    VDI Studio is a free editor for VirtualBox disk image files.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 11

    data2bin

    Create structured binary files from XML data.

    Need to create binary files with data for Your program, game etc.? Tired of using hex-editor and editing the file manually with the risk of structure-mismatches? Too lazy to reedit complete file after changing structure members order or size? "data2bin" is a utility that takes: 1. Your structures description (you can use integers of different sizes and endiannesses, null-terminated text strings, fixed-size binary strings, structures, arrays...) 2. Your data in a XML file written down according to defined structure. ... and produces final binary file. It is able to pad Your strings with defined padding, check Your integers' sizes, it can fill default values where You didn't supply data, it can also, for example, put a "blank" array member at the end of an array etc. Whenever You change your structure in Your code, just update the data-description file and "rebuild" Your binary files without touching XML data files!
    Downloads: 12 This Week
    Last Update:
    See Project
  • 12
    Py2Exe Binary Editor

    Py2Exe Binary Editor

    Reverse engineer py2exe executables

    Py2Exe Binary Editor is a tool to reverse engineer py2exe generated executables. It can dump as well as modify the embedded python dll, PYTHONSCRIPT and Library.zip
    Downloads: 10 This Week
    Last Update:
    See Project
  • 13
    Hb.HexEditor2

    Hb.HexEditor2

    Hb.Hexeditor2 is a hex editor written in C# uses HexBox2 control.

    HexEditor is is a small, fast and simple hex editor.. It uses reusable contol HexBox2 hex editing features. Based on HexBox-1.6.0 . This C# control is reusable for every .NET Framework application. Translator and programmer support welcome New Version ( 2.0.1) New Features: HexBox2 Added fill and insert bytes method. It is possible insert byte patterns or text patterns. Hexeditor2 uses this feature with fill and insert menus HexBox2 added Save as method. So can save changes to another file. Hexeditor2 uses this feature with Save as... menu item. TODO Undo and redo features will add to Hexbox2.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14

    binhack32/64

    A Sega Dreamcast "binhack" utility clone.

    A clone of the "binhack" program made by Echelon used to hack LBA references in Sega Dreamcast Katana executables. Some features are added on top of the original ones; namely patching the bootsector to enable the VGA flag and setting the OS flag to 0 if a "bincon"-ed binary (boot.bin) is detected. The purpose of this project is to replace the original Echelon's "binhack" utility on systems that don't support 16-bits x86 binaries (e.g. Windows 7 x64).
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    hexed

    hexed

    A cross platform hex file editor

    Hexed is a cross platform, console hexadecimal file editor. It's designed to be used in scripts and makefiles with options set via arguments. Hexed has a few simple commands with the ability to perform multiple actions from a single command statement. You can enter a range of data, delete a block and move another block all from one command line. It has support for word sizes of 8, 16, 32 and 64 bit both for displaying and editing data.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    microhex [discontinued]

    microhex [discontinued]

    Crossplatform hex-editing software based on Python and Qt

    This project is no longer supported. Use it on your own risk (or not use at all). Microhex is an intuitive HEX editing application that enables you to view and manipulate binary data for any file in your computer. Microhex displays the integer column and the characters column, allowing you to add new columns and delete existing ones. Each column can be assigned an unlimited number of linked address bars.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17
    Blue Print

    Blue Print

    Blue Print is a remote access, cross-platform hex editor/data analyzer

    WeLees BluePrint(hereafter referred to as WBP) is a hexadecimal editor based on a Web front-end. Its back-end works on Windows, Linux and OSX platforms, and the Web-based front-end runs on any browser. Users can start the back-end of WBP on PC/server/NAS/smart device(hereinafter referred to as the host) which has network connection, and perform graphical editing & analysis on data of the host in a browser on any other machine regardless of whether the host has local graphics module or not. Of course, you can also operate directly on host which has local graphics module.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    BinaryControl
    This project is about creating a program that allow to view binary code and to create structure out of it. The main purpose is to make it easier to reverse engineer binary file.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    A small program that reads and change bytes in files.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    DLL Vaccine

    DLL Vaccine

    Inject your DLL!

    DLL Vaccine is a program for injecting DLL files into process. DLL Injection is a technique used for running code within the address space of another process by forcing it to load a dynamic-link library or simply load a code on a program. What is does: -Advanced DLL injection -Multiple DLLs -Process checker This program is for educational purposes and legal use only. I'm not responsible if you use this for hacking games or any illegal uses.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21

    AnyELF

    ELF File Viewer implemented as a Total Commander plugin

    ELF File Viewer implemented as a Total Commander plugin
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22

    Codit - A free code editor

    A free source code editor

    Codit is a free source code editor which works easily and looks awesome. Codit has line numbers and supports html,php,c#,vb,xml,sql,lua. It also highlights the current line. Its black background makes you feel like you are going to be the next Bill Gates
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    FassiChip
    Software para remapeamento de centrais de injeção eletrônica ( chiptuning ) que permite trabalhar com arquivos de 8 e 16 bits podendo também visualizar mapas em 32 bits.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Dotnet Patcher

    Dotnet Patcher

    Windows Utility for patching .NET Assemblies

    Windows Utility for patching .NET Assemblies. Has integrated ilasm,ildasm and cecil to allow on-place patching.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    FLEP
    FLEP (short for FLExible Patcher) is a multi-purpose binary patching engine with fully configurable behaviour. It allows you to patch existing binaries with static (pre-defined) hex data and/or dynamic parameters.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next