0% found this document useful (0 votes)
25 views7 pages

PE Explorer Screenshots

PE Explorer is a tool that allows users to view and modify the internal components of Portable Executable (PE) files. It includes viewers and editors for exports, imports, resources, sections, and disassembly, as well as a dependency scanner. Screenshots show interfaces for the export analyzer, resource editor, section headers viewer, section editor, disassembler, and dependency scanner.

Uploaded by

Camilo Herreño
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views7 pages

PE Explorer Screenshots

PE Explorer is a tool that allows users to view and modify the internal components of Portable Executable (PE) files. It includes viewers and editors for exports, imports, resources, sections, and disassembly, as well as a dependency scanner. Screenshots show interfaces for the export analyzer, resource editor, section headers viewer, section editor, disassembler, and dependency scanner.

Uploaded by

Camilo Herreño
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

PE Explorer Screenshots

PE Explorer hosts too many tools to show them all on one page, so we took only few
screenshots to give you an idea of how it looks like. Take the PE Explorer Feature Tour to
learn more.

Export, Import, Delay Import Viewers


The Export, Import and Delay Import Table viewers allow you to view all the external
functions the executable is using, and the results are categorized based on the DLL or
library which contains them. A very useful feature here is the Syntax Viewer, which
displays the calling syntax for functions it knows about and allows you to expand the
syntax database with your own definitions.

The PE Explorer main window sample screen:


PE Explorer Export Analyzer (with Quick Function Syntax Lookup)
Resource Editor
The Resource Editor offers a thorough look at all of the resources (bitmaps, jpeg, png,
icons, strings, etc) in the file, and allows you to make modifications without needing to
recompile the source code.

The PE Explorer Resource Editor (Browser mode):


Section Headers Viewer
PE Explorer enables you to view the number of sections, their names, sizes and properties.
You can extract, rename, recalculate, or delete sections from the program body.

The Section Headers Viewer sample screen:


Section Editor
Restoring the original values of sections' offsets to real data in the file is not an easy task. In
many respects it depends on intuition and supposition, and is practically impossible to
completely automate the given process. The Section Editor allows you to facilitate a
solution to these problems.

The Section Editor and File Image Dump HEX Browser sample screen:
Disassembler
PE Explorer Disassembler utilizes a qualitative algorithm designed to reconstruct the
assembly language source code of target binary win32 PE files (EXE, DLL, OCX) with the
highest degree of accuracy possible.

The Disassembler main window:


Dependency Scanner
Dependency Scanner displays a list of all the external DLLs the selected PE file depends
on, and iteratively scans each of these files for its dependencies. The Dependency Scanner
opens a second window and displays the dependencies on the left in a hierarchy, with
version information on each of these files displayed in the right-hand pane as you click on
them.

The Dependency Scanner sample screen:

You might also like