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
mod app;
pub use app::*;

pub mod address;
pub mod asm;
pub mod commands;
pub mod comments;
pub mod cursor_position;
pub mod data;
pub mod events;
pub mod files;
pub mod frame_info;
pub mod help;
pub mod hex;
pub mod history;
pub mod info_mode;
pub mod instruction;
pub mod log;
pub mod mockup;
pub mod pane;
pub mod plugins;
pub mod popup;
pub mod settings;
pub mod ssh;
pub mod status_bar;
pub mod text;
pub mod widgets;