man/ronin-decode.1.md in ronin-2.0.0.beta3 vs man/ronin-decode.1.md in ronin-2.0.0.beta4

- old
+ new

@@ -26,17 +26,26 @@ Process each line of input separately. `-n`, `--keep-newlines` Preserves newlines at the end of each line. +`--base16` + Base16 decodes the data. + `--base32` Base32 decodes the data. `-b`, `--base64`[`=`*strict*\|*url*] Base64 decodes the data. If the `strict` or `url` option value is given, it will enable `strict` or `url` Base64 encoding mode, respectively. +`-z`, `--zlib` + Zlib uncompresses the data. + +`-g`, `--gzip` + gzip uncompresses the data. + `-c, `--c` Decodes the data as a C string. `-X`, `--hex` Hex decode the data (ex: `414141...`). @@ -57,11 +66,20 @@ Decodes the data as a Shell String. `-P`, `--powershell` Decodes the data as a PowerShell String. +`--punycode` + Decodes the data as Punycode. + +`-Q`, `--quoted-printable` + Decodes the data as Quoted Printable. + `-R`, `--ruby` Ruby decodes the data. + +`--uudecode` + uudecodes the data. `-x`, `--xml` XML decodes the data. `-h`, `--help`