1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*!
# HexPatch
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
The up-to-date documentation on the frontend application can be found
[here](https://etto48.github.io/HexPatch/).
## Disclaimer
The library is not meant to be used as a dependency,
it's a part of the frontend application, for this reason,
the library API is not stable, subject to change and
its documentation is not complete.
*/
extern crate macro_rules_attribute;
extern crate rust_i18n;
i18n!;