보안/분석
[PEiD] Command Line Option (올레~~~)
NineKY
2009. 12. 3. 15:34
PEiD 를 커맨드 라인에서 직접 대상 및 검사 방식 등을 지정할 수 있다고 한다.
PEiD Command line Options
-------------------- -------------------- --------------------
peid -time // Show statistic before quitting
peid -r // Recurse through subdirectories
peid -nr // Dont scan subdirectories even if its set
peid -hard // Scan files in Hardcore Mode
peid -deep // Scan files in Deep Mode
peid -norm // Scan files in Normal Mode
peid -ext // Scan files with external signatures only
-------------------- -------------------- --------------------
-------------------- -------------------- --------------------
peid -time // Show statistic before quitting
peid -r // Recurse through subdirectories
peid -nr // Dont scan subdirectories even if its set
peid -hard // Scan files in Hardcore Mode
peid -deep // Scan files in Deep Mode
peid -norm // Scan files in Normal Mode
peid -ext // Scan files with external signatures only
-------------------- -------------------- --------------------
peid <file1> <file2> <dir1> <dir2>
실제로 아래와 같이 명령어를 지정할 수 있다.
peid -hard -time -r c:\windows\system32
peid -time -deep c:\windows\system32\*.dll
아래는 Shell extension 설정을 변경하는 방법이다.
[HKEY_CLASSES_ROOT\exefile\shell\Identify with PEiD\command]
@="\"C:\\Program Files\\PEiD\\PEiD.exe\" -hard \"%1\""
@="\"C:\\Program Files\\PEiD\\PEiD.exe\" -hard \"%1\""
이상!!