WineHQ

PEBrowse Professional

Changes since V 9.3.0
- Fixed missing embedded symbol display when lowercase display is requested.
- Fixed clipboard copy bug in links display.
- Display chain counts in links display.
- Auto-open starting link in links display.
- Added memory dump with QWORD alignment.
- Fixed memory dump display with 64-bit binaries.

Changes since V 9.3.1
- Allow disassembly of DOSHeader and FileHeader nodes.

Changes since V 9.3.2
- Fixed incorrect address display for 64-bit memory dumps.
- Fixed disassembly in 64-bit for ADD,SUB, etc. immediate instructions.
- Fixed register-highlighting for 64-bit executables.
- Fix for frame information display - new record type for 64-bit executables.

Changes since V 9.3.3
- Corrected starting location for the dump of security directory.
- When debug symbols were not created with 64-bit executables, now offer to rebase the module and try again.

Changes since V 9.3.4
- Fixed regression bug that disabled support for source code displays.

Changes since V 9.3.5
- Fixed bug when PEBrowse launches a child PEBrowse and no disassembly is displayed.

Changes since V 9.3.6
- Fixed address displays in COM interface display.
- Fixed synch node in disassembly window.
- Added menu item to hide jump and jump target offsets and addresses.

Changes since V 9.3.7

Changes since V 9.3.8

Application Details:

Version: 9.x
License: Free to use
URL: http://www.smidgeonsoft.prohos...
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 1.1.21

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download PEBrowse Professional

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

Almost everything. Few UI glitches, most likly related to Window Manager (Menu selection quirks). Z-Order.

What does not

n/a

Workarounds

What was not tested

n/a

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentFedora 10 x86_64May 16 20091.1.21Yes Yes NoGoldAnastasius Focht 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

err:ole:CoGetClassObject class {bce36434-2c24-499e-bf49-8bd99b0eeb68} not registered

The following message in console can be safely ignored:

err:ole:CoGetClassObject class {bce36434-2c24-499e-bf49-8bd99b0eeb68} not registered
err:ole:CoGetClassObject no class object {bce36434-2c24-499e-bf49-8bd99b0eeb68} could be created for context 0x1

This CLSID belongs to Microsoft DIA SDK (deb­ug information accessor library) that ships with Visual Studio .NET 2005 and later versions.

The Microsoft Debug Interface Access Software Development Kit (DIA SDK) provides access to debug information stored in program database (.pdb) files. Via the DIA API one can develop applications that search for and browse debug information stored in a .pdb file. The DIA SDK provides a COM based API set that eliminates the need to rewrite your code whenever Microsoft changes the format of the debug information. The DIA SDK also allows you to read from a select set of previous versions of debug information, located in .pdb and .dbg files generated by different Visual C++ versions.

The DIA SDK can be also installed by using appropriate Microsoft Visual C++ Redistributable Package (x86). After installation of Redistributables, browse to the directory where the relevant msdiaXX.dll lives and manually register the COM server:

$ wine regsvr32 msdiaXX.dll

(where "XX" is the version "80", "90").

­

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back