A GUI tool that deconstructs Windows PE executable images and provides an interface for browsing the contents of the executables.
License: GNU General Public License 3
c++ qt windowshttps://launchpad.net/pedeconstructor
PE Deconstructor allows you to peer deep into the internals of any PE executable file. Simply open a PE file with the application and you will be presented with detailed information about the executable. For example, you can determine the processor architecture the file was designed to run on.
One of the key features of PE Deconstructor is that it doesn't make use of any Windows API calls to inspect the executable. That means you can run the application on any platform supported by Qt.
There are currently no comments posted for this item.
Please login to comment.