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)해보기

 

 

Comments