hasherezade / pe-bear
- среда, 21 сентября 2022 г. в 00:32:15
Portable Executable reversing tool with a friendly GUI
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:
Available also via Chocolatey
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
Use recursive clone to get the repo together with submodules:
git clone --recursive https://github.com/hasherezade/pe-bear.git
Use CMake to generate a Visual Studio project. Open in Visual Studio and build.
To build it on Linux or MacOS you can use the given scripts:
To generate the .app
bundle on MacOS you can use: