LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

hexpatch

Binary patcher and editor with TUI and disassembler

TLDR

Open a binary file for editing
$ hexpatch [path/to/binary]
copy
Open a remote file via SSH
$ hexpatch ssh://[user]@[host]:[path/to/file]
copy

SYNOPSIS

hexpatch [options] file

DESCRIPTION

hexpatch (HexPatch) is a binary patcher and editor with a terminal user interface, capable of disassembling instructions and assembling patches. It supports a variety of architectures and file formats, making it useful for security researchers, reverse engineers, and low-level programmers.Key features include hex and ASCII editing, virtual address jumping, text and symbol search, a text view mode, and support for Lua plugins for extensibility. Files can be edited locally or remotely via SSH.

INSTALL

sudo pacman -S hexpatch
copy
nix profile install nixpkgs#hexpatch
copy

CAVEATS

Modifying executable binaries can break them or introduce security vulnerabilities. Always work on copies of important files. Disassembly support varies by architecture.

HISTORY

hexpatch was created by Etto48 and is written in Rust. It was designed to provide an all-in-one terminal tool for binary analysis and patching, combining hex editing with disassembly capabilities.

SEE ALSO

hexyl(1), xxd(1), objdump(1), radare2(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid