Skip to content

Commit

Permalink
extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
byteninjaa0 committed Jan 8, 2024
1 parent 13f17b9 commit 603e46d
Showing 1 changed file with 56 additions and 56 deletions.
112 changes: 56 additions & 56 deletions librz/main/rz-bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,62 +159,62 @@ static int rabin_show_help(int v) {
const char *options[] = {
// clang-format off
"-@", "[addr]", "show section, symbol or import at addr",
"-A", "", "list sub-binaries and their arch-bits pairs",
"-a", "[arch]", "set arch (x86, arm, .. or <arch>_<bits>)",
"-b", "[bits]", "set bits (32, 64 ...)",
"-B", "[addr]", "override base address (pie bins)",
"-c", "", "list classes",
"-cc", "", "list classes in header format",
"-C", "[fmt:C:D]", "create [elf,mach0,pe] with Code and Data hexpairs (see -a)",
"-d", "", "show debug/dwarf information",
"-D", "lang name", "demangle symbol name (-D all for bin.demangle=true)",
"-e", "", "entrypoint",
"-ee", "", "constructor/destructor entrypoints",
"-E", "", "globally exportable symbols",
"-f", "[str]", "select sub-bin named str",
"-F", "[binfmt]", "force to use that bin plugin (ignore header check)",
"-g", "", "same as -SMZIHVResizcld -SS -SSS -ee (show all info)",
"-G", "[addr]", "load address . offset to header",
"-h", "", "this help message",
"-H", "", "header fields",
"-i", "", "imports (symbols imported from libraries)",
"-I", "", "binary info",
"-j", "", "output in json",
"-k", "[sdb-query]", "run sdb query. for example: '*'",
"-K", "[algo]", "calculate checksums (md5, sha1, ..)",
"-l", "", "linked libraries",
"-L", "[plugin]", "list supported bin plugins or plugin details",
"-m", "[addr]", "show source line at addr",
"-M", "", "main (show address of main symbol)",
"-n", "[str]", "show section, symbol or import named str",
"-N", "[min:max]", "force min:max number of chars per string (see -z and -zz)",
"-o", "[str]", "output file/folder for write operations (out by default)",
"-O", "[str]", "write/extract operations (-O help)",
"-p", "", "show physical addresses",
"-P", "", "show debug/pdb information",
"-PP", "", "download pdb file for binary",
"-q", "", "be quiet, just show fewer data",
"-qq", "", "show less info (no offset/size for -z for ex.)",
"-Q", "", "show load address used by dlopen (non-aslr libs)",
"-r", "", "rizin output",
"-R", "", "relocations",
"-s", "", "symbols",
"-S", "", "sections",
"-SS", "", "segments",
"-SSS", "", "sections mapping to segments",
"-T", "", "display file signature",
"-u", "", "unfiltered (no rename duplicated symbols/sections)",
"-U", "", "resoUrces",
"-v", "", "display version and quit",
"-V", "", "Show binary version information",
"-w", "", "display try/catch blocks",
"-x", "", "extract bins contained in file",
"-X", "[fmt] [f] ..", "package in fat or zip the given files and bins contained in file",
"-Y", "[fw file]", "calculates all the possibles base address candidates of a firmware bin",
"-z", "", "strings (from data section)",
"-zz", "", "strings (from raw strings from bin)",
"-zzz", "", "dump raw strings to stdout (for huge files)",
"-Z", "", "guess size of binary program",
"-A", "", "list sub-binaries and their arch-bits pairs",
"-a", "[arch]", "set arch (x86, arm, .. or <arch>_<bits>)",
"-b", "[bits]", "set bits (32, 64 ...)",
"-B", "[addr]", "override base address (pie bins)",
"-c", "", "list classes",
"-cc", "", "list classes in header format",
"-C", "[fmt:C:D]", "create [elf,mach0,pe] with Code and Data hexpairs (see -a)",
"-d", "", "show debug/dwarf information",
"-D", "lang name", "demangle symbol name (-D all for bin.demangle=true)",
"-e", "", "entrypoint",
"-ee", "", "constructor/destructor entrypoints",
"-E", "", "globally exportable symbols",
"-f", "[str]", "select sub-bin named str",
"-F", "[binfmt]", "force to use that bin plugin (ignore header check)",
"-g", "", "same as -SMZIHVResizcld -SS -SSS -ee (show all info)",
"-G", "[addr]", "load address . offset to header",
"-h", "", "this help message",
"-H", "", "header fields",
"-i", "", "imports (symbols imported from libraries)",
"-I", "", "binary info",
"-j", "", "output in json",
"-k", "[sdb-query]", "run sdb query. for example: '*'",
"-K", "[algo]", "calculate checksums (md5, sha1, ..)",
"-l", "", "linked libraries",
"-L", "[plugin]", "list supported bin plugins or plugin details",
"-m", "[addr]", "show source line at addr",
"-M", "", "main (show address of main symbol)",
"-n", "[str]", "show section, symbol or import named str",
"-N", "[min:max]", "force min:max number of chars per string (see -z and -zz)",
"-o", "[str]", "output file/folder for write operations (out by default)",
"-O", "[str]", "write/extract operations (-O help)",
"-p", "", "show physical addresses",
"-P", "", "show debug/pdb information",
"-PP", "", "download pdb file for binary",
"-q", "", "be quiet, just show fewer data",
"-qq", "", "show less info (no offset/size for -z for ex.)",
"-Q", "", "show load address used by dlopen (non-aslr libs)",
"-r", "", "rizin output",
"-R", "", "relocations",
"-s", "", "symbols",
"-S", "", "sections",
"-SS", "", "segments",
"-SSS", "", "sections mapping to segments",
"-T", "", "display file signature",
"-u", "", "unfiltered (no rename duplicated symbols/sections)",
"-U", "", "resoUrces",
"-v", "", "display version and quit",
"-V", "", "Show binary version information",
"-w", "", "display try/catch blocks",
"-x", "", "extract bins contained in file",
"-X", "[fmt] [f] ..", "package in fat or zip the given files and bins contained in file",
"-Y", "[fw file]", "calculates all the possibles base address candidates of a firmware bin",
"-z", "", "strings (from data section)",
"-zz", "", "strings (from raw strings from bin)",
"-zzz", "", "dump raw strings to stdout (for huge files)",
"-Z", "", "guess size of binary program",
// clang-format on
};
size_t maxOptionAndArgLength = 0;
Expand Down

0 comments on commit 603e46d

Please sign in to comment.