일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- deployment
- Pod
- android studio
- Python
- Shell script
- golang
- Flutter
- namespace
- dart
- 행정구역분류
- Windows10
- spring cloud config
- wireshark
- kubectl
- docker
- ffmpeg
- Sysinternals
- VSCode
- HLS
- configmap
- RTMP
- Kubernetes
- ebpf
- nginx-media-server
- aws
- aws cli
- macos
- Android
- service
- Java
Archives
- Today
- Total
woonizzooni
[Miscellaneous Utilities] Strings - UNICODE or ASCII 문자열 스캔유틸리티 본문
Windows Sysinternals
[Miscellaneous Utilities] Strings - UNICODE or ASCII 문자열 스캔유틸리티
woonizzooni 2019. 6. 14. 22:36
Strings
https://docs.microsoft.com/en-us/sysinternals/downloads/strings
Working on NT and Win2K means that executables and object files will many times have embedded UNICODE strings that you cannot easily see with a standard ASCII strings or grep programs. So we decided to roll our own. Strings just scans the file you pass it for UNICODE (or ASCII) strings of a default length of 3 or more UNICODE (or ASCII) characters. Note that it works under Windows 95 as well. |
o 다운로드 : strings.exe
1. https://download.sysinternals.com/files/Strings.zip
2. https://download.sysinternals.com/files/SysinternalsSuite.zip
o 실행 예) 윈도우용 ffmpeg.exe에서 x264정보 grep(finStr)해보기
'Windows Sysinternals' 카테고리의 다른 글
[Networking Utilities] TCPView - (0) | 2019.06.15 |
---|---|
[Networking Utilities] PsPing - 80포트 ping, 443포트 ping, bandwidth 측정 해보기 등 (0) | 2019.06.15 |
[Process Utilities] Process Explorer / Process Monitor - 프로세스 상태 확인 (0) | 2019.06.14 |
[Process Utilities] AutoRuns - 자동 시작 프로그램 확인/제어 (0) | 2019.06.14 |
[Miscellaneous Utilities] ZoomIt - 화면 확대 & 프리젠테이션 유틸리티 (0) | 2019.06.14 |
Comments