logo

deblob

remove binary executables from a directory git clone https://hacktivis.me/git/deblob.git
commit: dc80336e19e4427bd9060ccad96468c966184d19
parent b7a41e5cf915beabe4442fccc328aa1a26bd460b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 30 Sep 2022 08:48:21 +0200

deblob.1: Add .Ss Out of scope formats

Diffstat:

Mdeblob.114++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/deblob.1 b/deblob.1 @@ -75,3 +75,17 @@ This tool was originally implemented in Go as "go-deblob" and got rewritten to hare as "deblob". .Sh AUTHORS .An Haelwenn (lanodan) Monnier Aq Mt contact+deblob-mdoc@hacktivis.me +.Sh CAVEATS +.Ss Out of scope formats +.Bl -dash -compact +.It +Generic formats and executables based on them: +.Bl -dash -compact +.It +Generic Archives: Tarballs, Distro Packages, ZIP (including Java\~Jar), Cabinet (CAB), Microsoft Compound File (including MSI), … +.It +Filesystems, disk dumps, databases +.El +.It +Obscure proprietary formats, like executables/firmware where no libre implementation exists for either execution or compilation +.El