Linux command
hexpatch 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open a binary file
hexpatch [path/to/binary]
Open a remote file via SSH
hexpatch ssh://[user]@[host]:[path/to/file]
说明
hexpatch (HexPatch) is a binary patcher and editor with a terminal user interface, capable of disassembling instructions and assembling patches. It supports a variety of architectures and file formats, making it useful for security researchers, reverse engineers, and low-level programmers. Key features include hex and ASCII editing, virtual address jumping, text and symbol search, a text view mode, and support for Lua plugins for extensibility. Files can be edited locally or remotely via SSH.
FAQ
What is the hexpatch command used for?
hexpatch (HexPatch) is a binary patcher and editor with a terminal user interface, capable of disassembling instructions and assembling patches. It supports a variety of architectures and file formats, making it useful for security researchers, reverse engineers, and low-level programmers. Key features include hex and ASCII editing, virtual address jumping, text and symbol search, a text view mode, and support for Lua plugins for extensibility. Files can be edited locally or remotely via SSH.
How do I run a basic hexpatch example?
Run `hexpatch [path/to/binary]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more hexpatch examples?
This page includes 2 examples for hexpatch, plus related commands for nearby Linux tasks.