22 lines
580 B
Markdown
22 lines
580 B
Markdown
# xop
|
|
|
|
## xop -- Please don't use this program unless you're manually decoding machine code.
|
|
|
|
Compile: `$ sh compile.sh`
|
|
|
|
Install: `$ sudo sh install.sh`
|
|
|
|
License: GNU/GPLv3
|
|
|
|
This library depends on (these libraries are included in static version of the program):
|
|
- xtandard: https://gitlab.com/xolatile/xtandard
|
|
|
|
About this program:
|
|
- It is extremely slow, it's written to be generic and extensible, not language specific or optimized.
|
|
- Everything related to my libraries is clean of all warning options on GCC and Valgrind (hopefully).
|
|
|
|
Use:
|
|
```bash
|
|
# xop this_or_that.bin
|
|
```
|