1
1
mirror of https://github.com/wader/fq.git synced 2024-11-27 06:04:47 +03:00

macho: docs review changes

This commit is contained in:
siddik.acil 2022-02-27 19:31:18 +01:00
parent 04eae939eb
commit b0911af204

View File

@ -1,13 +1,19 @@
# MACHO Format
Decodes vanilla and FAT Macho binaries
## Examples
To decode the MacOS build of `fq`
```
fq . -d macho fq
```
---
**NOTE**
`-d macho` is usually not needed.
---
Can be used to decode nested parts:
```