From b0911af2040519d50b35843789adc5c4883e310e Mon Sep 17 00:00:00 2001 From: "siddik.acil" Date: Sun, 27 Feb 2022 19:31:18 +0100 Subject: [PATCH] macho: docs review changes --- format/macho/macho.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/format/macho/macho.md b/format/macho/macho.md index 34c7884c..0d82d6a8 100644 --- a/format/macho/macho.md +++ b/format/macho/macho.md @@ -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: ```