No description
Find a file
2026-06-05 02:13:25 +02:00
.vscode update 2023-09-22 22:06:13 +08:00
bearparser@c18e939d7e [FEATURE] Added following various types of addresses from the HexDump 2026-06-03 06:23:25 -08:00
capstone@80ede42453 Back to earlier capstone commit (broken backward compat.) 2023-11-12 14:17:27 -08:00
disasm Updated CMake version to 3.12 2025-04-22 20:21:57 +02:00
Language [FEATURE] Added Japanese translation (issue #71) 2025-10-25 16:28:44 +02:00
logo [FEATURE] Changed to a new logo 2024-04-03 19:22:42 +02:00
pe-bear [REFACT] Refactored for compatibility with Qt4 2026-06-05 02:13:25 +02:00
sig_finder@f1d726d2ba Updated sig_finder 2025-08-27 08:59:14 +02:00
xdg [BUGFIX] Limited export of MIME types from desktop file to PE files only. 2024-04-24 09:13:57 +02:00
.appveyor.yml Remove Ubuntu2204 from AppVeyor configuration 2026-06-03 19:58:42 +02:00
.gitignore [NOBIN] Updated gitignore 2024-12-05 11:13:22 -08:00
.gitmodules [REFACT] Add SigFinder from a submodule 2023-11-26 04:32:19 +01:00
build.sh [NOBIN] Added scripts to build specifically Qt5 version 2024-04-14 17:40:27 +02:00
build_codelite.sh [NOBIN] Updated Codelite build to use Qt6 by default 2025-04-12 15:22:02 +02:00
build_qt4.sh [NOBIN] Cleaned the build scripts 2024-04-14 23:46:22 +02:00
build_qt5.sh Updated bearparser 2024-07-07 05:14:05 +02:00
build_qt6.sh [NOBIN] Cleaned the build scripts 2024-04-14 23:46:22 +02:00
CMakeLists.txt Updated CMake version to 3.12 2025-04-22 20:21:57 +02:00
LICENSE Create LICENSE 2022-09-18 06:59:05 +02:00
macos_wrap.sh [NOBIN] Added execute permission to the build script 2024-09-14 19:08:42 +02:00
README.md Update README.md 2025-04-18 17:41:00 +02:00
SIG.txt fix typos 2024-06-01 21:56:24 -07:00

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:

Builds

📦 ⚙️ Download the latest release.

Windows Packaging

Available also via:

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 vs19 suffix (built with Visual Studio 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:

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:

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

More info on 📖 Wiki.


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