Skip to content

Releases: hasherezade/pe-bear-old

Repository moved

Choose a tag to compare

@hasherezade hasherezade released this 04 Jun 18:39
a8651f1

!!! 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

Choose a tag to compare

@hasherezade hasherezade released this 05 Sep 04:50
e3c198d

BUGFIX

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

Choose a tag to compare

@hasherezade hasherezade released this 15 Jul 23:05
e3c198d

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

Choose a tag to compare

@hasherezade hasherezade released this 24 Jun 01:24
e3c198d

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

Choose a tag to compare

@hasherezade hasherezade released this 25 Jan 14:25
e3c198d

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

Choose a tag to compare

@hasherezade hasherezade released this 15 Jan 22:35
e3c198d

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

Choose a tag to compare

@hasherezade hasherezade released this 12 Jan 00:05
e3c198d

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

Choose a tag to compare

@hasherezade hasherezade released this 28 Nov 22:17
e960c6f

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

Choose a tag to compare

@hasherezade hasherezade released this 24 May 05:20
72ccedf

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:

pebear_linux1

0.5.3.2

Choose a tag to compare

@hasherezade hasherezade released this 12 Feb 22:32
72ccedf

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