Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
pe-bear — Portable Executable reversing tool with a friendly GUI | Kitploit
Tools/GitHubGitHub/hasherezade/pe-bear
Static AnalysisVulnerability AnalysisReverse EngineeringForensicsMalware AnalysisBinary Analysis
GitHubhasherezade/pe-bear

pe-bear

Portable Executable reversing tool with a friendly GUI

View Repository
3.8k2432 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

PE-bear

PE-bear logo

Build status Codacy Badge License: GPL v2 Last Commit

GitHub release Github All Releases Github Latest Release

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

Builds

📦 ⚙️ Download the latest release.

Windows Packaging

Available also via:

  • Chocolatey
  • Scoop
  • WinGet (winget install pe-bear)

Test Builds

🧪 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.

An archive of old releases is available here: https://github.com/hasherezade/pe-bear-releases

Available releases

The Linux build requires appropriate version of Qt to be installed.

The Windows build with vs13 suffix(built with Visual Studio 2013) has no external dependencies.

The Windows build with vs17 or vs19 suffix (built with Visual Studio 2017 or 2019) requires the redistributable package for Visual Studio 2015 - 2022.

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.

How to build

Requires:

  • git
  • cmake
  • Qt6 (optional: Qt5, Qt4)
  • bearparser (submodule)
  • capstone (submodule)
  • sig_finder (submodule)

Clone

Use recursive clone to get the repo together with submodules:

root@kitploit:~
git clone --recursive https://github.com/hasherezade/pe-bear.git

Building on Windows

Use CMake to generate a Visual Studio project. Open in Visual Studio and build.

Building on Linux and MacOS

To build it on Linux or MacOS you can use the given scripts:

  • build.sh - default, builds with the latest Qt
  • build_qt6.sh - builds with Qt6
  • build_qt5.sh - builds with Qt5
  • build_qt4.sh - builds with Qt4

To generate the .app bundle on MacOS you can use:

  • macos_wrap.sh

More info on 📖 Wiki.

How to use

Read tips and trick on Wiki


If you like PE-bear, you can support it by buying the merch 🐻

Download Tool