Docs.rs
hex-patch-1.12.5
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
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.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
bitness.rs
custom_header.rs
generic.rs
header.rs
mod.rs
section.rs
1
2
3
4
5
#
[
derive
(
Debug
,
Clone
,
Copy
,
PartialEq
,
Eq
)
]
pub
enum
Bitness
{
Bit32
,
Bit64
,
}