⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 strings.1

📁 操作系统设计与实现源码
💻 1
字号:


STRINGS(1)                Minix Programmer's Manual                 STRINGS(1)


NAME
     strings - print all the strings in a binary file

SYNOPSIS
     strings [-] [-o] [-n] file ...

OPTIONS

     -    search whole file, not just data seg

     -o   Print octal offset of each string

     -n   n is minimum length string (default = 4)

EXAMPLES

     strings -5 a.out    # Print the strings > 4 chars in a.out

     strings - /bin/sh   # Search entire shell file (text and data)

DESCRIPTION

     Strings looks for sequences of ASCII characters followed by a zero  byte.
     These  are  usually  strings.   This  program  is  typically used to help
     identify unknown binary programs



























                                                                             1

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -