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
pub mod point;
pub mod rect_borders;
#[allow(clippy::module_inception)]
pub mod ui_location;
pub use ui_location::*;
pub mod ui_location_info;