file-type

PEID看雪全插件版深度体验与特征库更新指南

RAR文件

5星 · 超过95%的资源 | 下载需积分: 50 | 4.68MB | 更新于2025-06-20 | 94 浏览量 | 68 下载量 举报 收藏
download 立即下载
【标题】:"PEID看雪全插件版" PEID全称为Portable Executable Identification,是一款广泛使用的PE文件信息检测工具,主要用于识别可执行文件的编译器、加密器、压缩器等信息。PEID最初由日本人作者"Maël Hörz"(又名"Skape")开发,并由国内安全社区"看雪学院"进行了版本优化和功能扩展,形成了我们这里所说的"看雪专版"。这个专版整合了大量的插件,便于安全研究人员分析PE文件,尤其在恶意软件分析中发挥了重要作用。 【描述】:"看雪的PEID专版,插件不少 都很有用 壳的特征库有点老了 大家自己去更新下特征库吧" 这句话提到了几个关键点: 1. 看雪专版PEID的插件数量充足,且功能多样,能够满足不同需求的安全分析工作。插件的多样化意味着可以针对不同类型的检测和分析提供专门的工具,如PE文件的入口点检测、资源编辑、字符串提取等。 2. 壳的特征库相对较旧。壳(Packers)是用于压缩和加密可执行文件的工具,它使得恶意软件分析变得更加复杂。PEID的一个重要功能是通过特征库来识别特定的壳和编译器。如果特征库较旧,它就无法识别最新的壳和编译器,这需要用户及时更新特征库以保持PEID的检测能力。 3. 提到用户需要自己去更新特征库,说明了这款工具虽然是集成的版本,但仍然保留了一定的用户参与度。用户可以通过网络下载最新的壳特征库文件来手动更新,以增强PEID的识别能力。这个过程对于保证工具的有效性和准确性非常重要。 【标签】:"PEID 看雪 插件" 这部分列出了与该主题直接相关的关键词。PEID是核心工具名称,看雪代表了这款工具的来源社区,插件则是说明了工具功能的扩展方式。通过这些标签,我们可以了解到PEID看雪专版是针对恶意软件分析的一系列工具集合,特别是其插件机制大大增强了分析能力。 【压缩包子文件的文件名称列表】: vcl70.bpl、rtl70.bpl、mfc70.dll、msvcr70.dll、PESniffer.dll、peid看雪版.exe、Signs.txt、userdb.txt、readme.txt、external.txt - vcl70.bpl、rtl70.bpl:这两者分别是Visual Component Library和Run-time library的插件文件,用于提供对PE文件中VCL和RTL相关资源的分析能力。 - mfc70.dll、msvcr70.dll:这两个文件是Microsoft基础类库和运行时库的特定版本,PEID通过分析这些库文件的版本来识别程序使用的技术和环境。 - PESniffer.dll:这是一个插件,用于嗅探(Sniffer)PE文件中的特定信息。Sniffer插件在恶意软件分析中特别有用,因为它可以帮助快速识别出可疑文件的特定行为。 - peid看雪版.exe:这是PEID工具的可执行程序文件,是核心程序,包含了基础的PE文件识别和分析功能。 - Signs.txt、userdb.txt:这两个文本文件包含了壳和编译器的特征信息。Signs.txt文件通常用于存放已知的壳的签名信息,而userdb.txt则存储用户自定义的数据库信息。 - readme.txt、external.txt:这两个文本文件通常包含有关软件的说明信息和外部资源的链接。Readme.txt文件详细介绍了软件的使用方法、版本更新记录、作者信息等;external.txt可能用于列出外部工具或资源,比如从互联网更新特征库的地址。 总结上述,PEID看雪全插件版是一种强大的恶意软件分析工具,它依赖于插件扩展其功能和增强其检测能力。特征库的时效性是保持PEID高效率的关键,因此用户需要定期更新特征库以避免分析过时的壳。通过理解和掌握PEID的使用,安全研究人员可以更加深入地对恶意软件进行分析和归类,进而采取相应的安全防护措施。

相关推荐

filetype
PE iDentifier v0.95 (2008.10.21) by snaker, Qwerton, Jibz & xineohP ------------------------------------------------------ PEiD detects most common packers, cryptors and compilers for PE files. It can currently detect more than 600 different signatures in PE files. PEiD is special in some aspects when compared to other identifiers already out there! 1. It has a superb GUI and the interface is really intuitive and simple. 2. Detection rates are amongst the best given by any other identifier. 3. Special scanning modes for *advanced* detections of modified and unknown files. 4. Shell integration, Command line support, Always on top and Drag'n'Drop capabilities. 5. Multiple file and directory scanning with recursion. 6. Task viewer and controller. 7. Plugin Interface with plugins like Generic OEP Finder and Krypto ANALyzer. 8. Extra scanning techniques used for even better detections. 9. Heuristic Scanning options. 10. New PE details, Imports, Exports and TLS viewers 11. New built in quick disassembler. 12. New built in hex viewer. 13. External signature interface which can be updated by the user. There are 3 different and unique scanning modes in PEiD. The *Normal Mode* scans the PE files at their Entry Point for all documented signatures. This is what all other identifiers also do. The *Deep Mode* scans the PE file's Entry Point containing section for all the documented signatures. This ensures detection of around 80% of modified and scrambled files. The *Hardcore Mode* does a complete scan of the entire PE file for the documented signatures. You should use this mode as a last option as the small signatures often tend to occur a lot in many files and so erroneous outputs may result. The scanner's inbuilt scanning techniques have error control methods which generally ensure correct outputs even if the last mode is chosen. The first two methods produce almost instantaneous outputs but the last method is a bit slow due to obvious reasons! Command line Options -------------------- PEiD now fully supports commandline parameters. peid -time // Show statistics before quitting peid -r // Recurse through subdirectories peid -nr // Don't 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 <file1> <file2> <dir1> <dir2> You can combine one or more of the parameters. For example. peid -hard -time -r c:\windows\system32 peid -time -deep c:\windows\system32\*.dll Task Viewing / Control Module ----------------------------- You can scan currently running tasks with PEiD. The files are scanned from memory. Processes can also be terminated. You can also optionally dump a module and scan the dumped image. You can also view all dependant modules of the processes. Multiple File Scan Module ------------------------- You can scan multiple files at one go with PEiD. Just drag and drop the files on the PEiD main dialog and the Multiple File Scan Dialog will popup displaying the results. You can keep dragging and dropping files onto this dialog as well. It also offers you to choose from the different scanning modes and optionally load a single file in PEiD. It allows you to skip the non PE files so that the list looks clean. You can also scan the contents of a directory choosing files of custom extension if required. MFS v0.02 now supports recursive directory scanning. Disassembler Module ------------------- You can have a quick disassembly of the file loaded in PEiD. Double click to follow JMPs and CALLs and use the Back button to trace back to the original positions. You can copy disassembled output to the clipboard. A new CADT core with custom String Reference Finder has been cooked up. CADT is coded by Ms-Rem. Hex Viewer Module ------------------- You can have a quick hex view of the file loaded in PEiD. A modified version of 16Edit by y0da is used for this purpose. We intend to update the signatures quite often to keep pace with this ever evolving scene :) Please report bugs, ideas, new signatures or packer info to: pusher -> sir.pusher(at)gmail(dot)com ( Administration / Coder ) snaker -> snaker(at)myrealbox(dot)com Jibz -> peid(at)ibsensoftware(dot)com Qwerton -> qwaci(at)gmx(dot)net ALL SUGGESTIONS, IDEAS, BUG REPORTS AND CRITICS ARE WELCOME. History ------- 0.7 Beta -> First public release. 0.8 Public -> Added support for 40 more packers. OEP finding module. Task viewing/control module. GUI changes. General signature bug fixes. Multiple File and Directory Scanning module. 0.9 Recode -> Completely recoded from scratch. New Plugin Interface which lets you use extra features. Added more than 130 new signatures. Fixed many detections and general bugs. 0.91 Reborn -> Recoded everything again. New faster and better scanning engine. New internal signature system. MFS v0.02 now supports Recursive Scanning. Commandline Parser now updated and more powerful. Detections fi
fozzy
  • 粉丝: 1
上传资源 快速赚钱

资源目录

PEID看雪全插件版深度体验与特征库更新指南
(80个子文件)
AddSig 1.03 fixed.dll 567KB
kanal.dll 122KB
GUID.dll 11KB
Morphine.dll 30KB
HideCapt.dll 15KB
pluzina4.dll 21KB
RelocRebuilder.dll 7KB
unfsg_v133.dll 11KB
CRC32.DLL 15KB
kanal.htm 4KB
PEID插件—文件检验(KANAL).dll 10KB
VerA0.15.dll 48KB
Sample.dpr 533B
StringViewer.dll 19KB
YPP.DLL 47KB
file_diz.txt 241B
ImpREC.dll 50KB
mfc70.dll 952KB
PEID插件—FSG v1.33脱壳.dll 12KB
_desktop.ini 9B
advanced_scan.dll 7KB
undef.dll 5KB
PESniffer.dll 43KB
UPXScramb.dll 151KB
rtl70.bpl 760KB
UnUPXShit.dll 7KB
NULL.dll 2KB
peid看雪版.exe 416KB
UNUPX.DLL 12KB
UPXInfo.dll 13KB
FixCRC.dll 13KB
_desktop.ini 9B
AddSig.dll 20KB
mfc70.dll 952KB
Overlay.dll 405KB
XNResourceEditor_Plugin.DLL 503KB
PlgLdr.dll 16KB
PESniffer.dll 43KB
_desktop.ini 9B
SecTool.dll 21KB
rtl70.bpl 760KB
RebuildPE.dll 5KB
external.txt 651B
SmartOVR.dll 44KB
Signs.txt 92KB
pluzina.dll 20KB
EPScan.dll 31KB
Signs.txt 92KB
userdb.txt 19KB
ypp.ini 99B
vcl70.bpl 1.32MB
Info_mix.txt 2KB
pluzina1.dll 16KB
msvcr70.dll 336KB
PESniffer4PEiD.ASM 15KB
ExtOverlay.dll 11KB
defs.h 289B
ZDRx.dll 5KB
说明.txt 331B
FileInfo.dll 13KB
PE2HTML.exe 20KB
PluginEx.dll 2KB
VerA.dll 51KB
vcl70.bpl 1.32MB
pluzina2.dll 16KB
PackUPX.dll 171KB
eCrap.dll 16KB
UnUPolyX.dll 12KB
null.c 668B
GenOEP.dll 5KB
pluzina3.dll 20KB
ResView.dll 24KB
UnFSG.dll 20KB
PE2HTML.dll 21KB
FC.DLL 18KB
HideCapt2.dll 15KB
PESniffer4PEiD.DLL 7KB
msvcr70.dll 300KB
readme.txt 7KB
Units.dll 16KB
共 80 条
  • 1