From b9d677b033244a91bd655cb1253219465ae19523 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 27 May 2019 11:35:07 +0200 Subject: [PATCH] document disf script --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1c8a3f8..b033e61 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,11 @@ Filesystem Used Max Left Misc /media/chibi 1275.73 1304.45 28.72 69.88 ``` +### [disf](/sh/disf) + +disassembles a single function from an unstripped executable. +not robust. + ### [e](/sh/e) (zsh) wraps around $EDITOR to run as root if necessary.