.\" Generated by kramdown-man 1.0.1 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-bitflip 1 "2023-02-01" Ronin "User Manuals" .SH NAME .PP ronin\-bitflip \- Prints every bit\-flip of the given string(s) .SH SYNOPSIS .PP \fBronin bitflip\fR \[lB]\fIoptions\fP\[rB] \[lB]\fISTRING\fP \.\.\.\[rB] .SH DESCRIPTION .PP Prints every bit\-flip of the given string(s)\. .SH ARGUMENTS .TP \fISTRING\fP A string value to print all of the bit\-flips of\. .SH OPTIONS .TP \fB\-f\fR, \fB\-\-file\fR \fIFILE\fP Optional file to read values from\. .TP \fB\-N\fR, \fB\-\-numeric\fR Searches for numeric characters (0\-9)\. .TP \fB\-O\fR, \fB\-\-octal\fR Searches for octal characters (0\-7)\. \fB\-X\fR, \fB\-\-upper\-hex\fR .RS .PP Searches for uppercase hexadecimal (0\-9, A\-F)\. .RE .TP \fB\-x\fR, \fB\-\-lower\-hex\fR Searches for lowercase hexadecimal (0\-9, a\-f)\. .TP \fB\-H\fR, \fB\-\-hex\fR Searches for hexadecimal chars (0\-9, a\-f, A\-F)\. .TP \fB\-\-upper\-alpha\fR Searches for uppercase alpha chars (A\-Z)\. .TP \fB\-\-lower\-alpha\fR Searches for lowercase alpha chars (a\-z)\. .TP \fB\-A\fR, \fB\-\-alpha\fR Searches for alpha chars (a\-z, A\-Z)\. .TP \fB\-\-alpha\-num\fR Searches for alpha\-numeric chars (a\-z, A\-Z, 0\-9)\. .TP \fB\-P\fR, \fB\-\-punct\fR Searches for punctuation chars\. .TP \fB\-S\fR, \fB\-\-symbols\fR Searches for symbolic chars\. .TP \fB\-s\fR, \fB\-\-space\fR Searches for all whitespace chars\. .TP \fB\-v\fR, \fB\-\-visible\fR Searches for all visible chars\. .TP \fB\-p\fR, \fB\-\-printable\fR Searches for all printable chars\. .TP \fB\-C\fR, \fB\-\-control\fR Searches for all control chars (\ex00\-\ex1f, \ex7f)\. .TP \fB\-a\fR, \fB\-\-signed\-ascii\fR Searches for all signed ASCII chars (\ex00\-\ex7f)\. .TP \fB\-\-ascii\fR Searches for all ASCII chars (\ex00\-\exff)\. .TP \fB\-c\fR, \fB\-\-chars\fR \fICHARS\fP Searches for all chars in the custom char\-set\. .TP \fB\-i\fR, \fB\-\-include\-chars\fR \fICHARS\fP Include the additional chars to the char\-set\. .TP \fB\-e\fR, \fB\-\-exclude\-chars\fR \fICHARS\fP Exclude the additional chars from the char\-set\. .TP \fB\-\-prepend\fR \fISTRING\fP Prepends another \fISTRING\fP to each bit\-flipped value\. .TP \fB\-\-append\fR \fISTRING\fP Appends another \fISTRING\fP to each bit\-flipped value\. .TP \fB\-h\fR, \fB\-\-help\fR Print help information\. .SH AUTHOR .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME .SH SEE ALSO .PP .BR ronin\-bitsquat (1) .BR ronin\-typo (1) .BR ronin\-homoglyph (1)