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
14
15
16
mod settings;
pub use settings::Settings;

pub mod app_settings;
pub mod color_settings;
pub mod key_settings;
#[macro_use]
pub mod register_key_settings_macro;
#[macro_use]
pub mod register_color_settings_macro;
#[macro_use]
pub mod edit_color_settings;
pub mod locale;
pub mod settings_value;
pub mod theme_preference;
pub mod verbosity;