PE-bear is a multiplatform reversing tool designed for analyzing Portable Executable (PE) files. It provides malware analysts with a fast, flexible, and stable solution to examine PE files, including those that are malformed or corrupted.
Key Features:
Multiplatform Support: Runs on Windows, Linux, and macOS, ensuring broad accessibility.
User-Friendly GUI: Offers an intuitive interface for efficient navigation and analysis of PE file structures.
Handling Malformed Files: Robust enough to analyze corrupted or incomplete PE files.
Bearparser Engine: Leverages advanced parsing techniques to deliver detailed insights into PE file internals.
Regular Updates: Keeps up-to-date with the latest developments in malware analysis and PE file formats.
Audience & Benefit:
Ideal for malware analysts, security researchers, and incident responders who require a reliable tool to quickly assess PE files. PE-bear streamlines initial analysis by providing essential information about file structure, headers, sections, imports, and exports, enabling faster identification of malicious behavior or anomalies.
PE-bear can be installed via winget, ensuring easy setup across supported platforms.
README
PE-bear
PE-bear is a multiplatform reversing tool for PE files. Its objective is to deliver fast and flexible “first view” for malware analysts, stable and capable to handle malformed PE files.
Signatures for PE-bear:
SIG.txt (updated: Oct 17, 2022) - contains signatures from PEid's UserDB - converted by a script provided by crashish
🧪 Fresh test builds (ahead of the official release) can be downloaded from the AppVeyor build server. They are created on each commit to the main branch. You can download them by clicking on the build version, then choosing the tab Artifacts. WARNING: those builds may be unstable.
The Windows build with vs10 suffix is built with Qt4 (legacy) - in contrast to the other builds that are with Qt5 (recommended). It is prepared for the purpose of backward compatibility with old versions of Windows (i.e. XP), and may be lacking some of the features.