hex-patch 1.12.5

HexPatch is a binary patcher and editor with terminal user interface (TUI), it's capable of disassembling instructions and assembling patches. It supports a variety of architectures and file formats. Also, it can edit remote files via SSH.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod app_context;
pub mod event;
pub mod exported_commands;
pub mod exported_header_parsers;
pub mod header_context;
pub mod header_parser_info;
pub mod instruction_info;
pub mod plugin;
pub mod plugin_instant;
pub mod plugin_manager;
pub mod popup_context;
pub mod register_userdata;
pub mod ui_location;