No description
Find a file
2024-01-05 23:16:35 +01:00
.vscode update 2023-09-22 22:06:13 +08:00
bearparser@8c5b2c58fa [FEATURE] Allow to save content of headers 2024-01-05 23:16:35 +01:00
capstone@80ede42453 Back to earlier capstone commit (broken backward compat.) 2023-11-12 14:17:27 -08:00
disasm [REFACT] Removed a debug string 2023-02-19 22:31:34 +01:00
Language Update Readme.md 2023-11-12 01:19:01 +01:00
logo [INIT] Added PE-bear code 2022-09-18 07:07:27 +02:00
pe-bear [FEATURE] Allow to save content of headers 2024-01-05 23:16:35 +01:00
sig_finder@62803d751f [BUGFIX] Fixed sigfinder 2023-12-17 23:24:37 +01:00
xdg [NOBIN] Added Mime-Type to the launcher 2023-03-07 03:24:41 +01:00
.appveyor.yml [NOBIN] Fixed branch in AppVeyor script 2023-02-23 15:06:59 -08:00
.gitignore [INIT] Added PE-bear code 2022-09-18 07:07:27 +02:00
.gitmodules [REFACT] Add SigFinder from a submodule 2023-11-26 04:32:19 +01:00
build.sh [NOBIN] Ensure the build scripts are executed via bash 2022-09-22 23:44:35 +02:00
build_codelite.sh [REFACT] Use enum value for emty flags (NoItemFlags) 2023-03-08 01:51:41 +01:00
build_qt4.sh [NOBIN] Ensure the build scripts are executed via bash 2022-09-22 23:44:35 +02:00
build_qt5.sh [NOBIN] Ensure the build scripts are executed via bash 2022-09-22 23:44:35 +02:00
CMakeLists.txt [REFACT] Disabled TriCore support in capstone 2023-11-12 01:44:41 +01:00
LICENSE Create LICENSE 2022-09-18 06:59:05 +02:00
macos_wrap.sh [NOBIN] In macos_wrap: allow to supply the path to macdeployqt 2023-02-23 10:30:08 -08:00
README.md Update README.md 2023-06-04 20:43:00 +02:00
SIG.txt PEiD sigs - remove bad sigs 2022-10-17 13:25:32 -04: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.

Available also via Chocolatey

🧪 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 appropriately Qt_5.14 or Qt_5.15 to be installed.

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

The Windows build with vs17 suffix (built with Visual Studio 2017) requires Microsoft Visual C++ 2015 Redistributable Package.

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

How to build

Requires:

  • git
  • cmake
  • Qt5 (optionally Qt4)
  • bearparser (submodule of the current repository)
  • capstone (submodule of the current repository)

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:


If you like PE-bear, you can support it:

paypal