Releases: hasherezade/pe-bear-releases
Repository moved
!!! UPDATE !!! - since 18 September 2022
PE-bear is Open Source!
The code and new builds available here: https://github.com/hasherezade/pe-bear
0.5.5.7
BUGFIX
- Fixed icon being corrupted on PE saving ( Issue #50 )
- Support NB10 debug info (hasherezade/bearparser#12)
REFACT
- internal refactoring
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.
Legacy build available!
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).
0.5.5.5
BUGFIX
- Fixed an unhandled exception (Issue #45)
- Fixed application getting stuck on loading some malformed PEs (hasherezade/bearparser#16)
- Fixed a small leak on copying data from the clipboard
- Do not try to use unsupported TypeWriter font on MacOS
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.
Legacy build available!
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).
0.5.5.4
BUGFIX
- Removed the hardcoded limits on how many entries can be loaded in Data Directories: Exceptions (hasherezade/bearparser#15), Bound Imports, TLS, Relocations, Delayload Imports
- Fixed displaying the hint about GuardFlags (Load Config Directory)
The MacOS build (EXPERIMENTAL!) is available in two flavors:
- plain (
*_macos.zip
) - requires Qt_5.15 to be installed - bundled (
*_macos.app.zip
) - contains all needed libraries
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.
Legacy build available!
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).
0.5.5.3
BUGFIX
- Removed the limit (previously set to 1000) on how many Import entries can be loaded
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.
Legacy build available!
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).
0.5.5.2
BUGFIX
- Fixed invalid PDB GUID parsing ( Issue #40 )
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.
Legacy build available!
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).
0.5.5.1
BUGFIX
- Fixed crashing on a PE with a malformed resource ( Issue #42 )
- Fixed invalid PDB GUID parsing ( Issue #40 )
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.
Legacy build available!
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).
0.5.5
FEATURE
- Open a new instance from the menu (Issue #37)
- Detect when the file in disk has changed and ask the user to reload it (Issue #38)
- Allow to load multiple PEs at the time, using the dialog or the commandline (Issue #39 )
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.
Legacy build available!
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).
0.5.4
BUGFIX
- Fixed calculation of DOS stub size ( #33 )
- Fixed parsing of Load Config Directory (new variants)
FEATURE
- Added parsing of .NET header
- Added preview of icons and bitmaps in Resources
- Added hints explaining the meaning of sections flags
The Linux build requires appropriately Qt_5.12 or Qt_5.14 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.
Legacy build available!
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).
Preview:
0.5.3.2
BUGFIX
- Fixed bug in conversions of addresses before the first section. Display Bound Import Table.
- Fixed glitch in displaying the "invalid" address marker (Issue #31)
FEATURE
- improvements in the dark mode (i.e. changed the menu color)
REFACT
- internal refactoring
The Linux build requires Qt_5.12 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.
Legacy build available!
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).