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