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
{
    "custom": {
        "plugin1.value1": "value1",
        "plugin1.value2": 2,
        "plugin2.value1": 3.0,
        "plugin2.value2": true,
        "plugin3.value1": {
            "fg": "Red"
        },
        "plugin3.value2": {
            "code": "Enter"
        }
    }
}