- PEBrowse Professional now supports 64-bit executables (note the new major release number).
- Disassembly listings have been tweaked to better display code intervals due to jump statements.
- An uninstall script is now created during the installation of each utility.
PEBrowse Professional Interactive (v 7.33) is a debugger for Microsoft Windows 2000 and Windows XP. (The program has not been tested on Windows 2003 Server and Vista, but it should work on those platforms.)
PEBrowse Professional Interactive builds upon the framework presented by PEBrowse Professional to create a very powerful, versatile, and customizable Win32 user mode debugger/disassembler. PEBrowse Interactive is not a source code debugger, but operates at the Intel x86 instruction level and therefore at the lowest level where your program executes. The debugger fully supports Microsoft .NET managed processes and seamlessly allows interop or mixed-mode debugging. It can be set as the startup debugger using the system registry Image File Execution Options key - useful for debugging ASP.NET applications.
There is a large array of breakpoint opportunities, including:
|
|
|
When a breakpoint fires or an exception in the process occurs, the interface provides easy access to full process context, including:
|
|
|
There are all of the usual debugging features, such as single-stepping, stepping into/over call statements, executing until a selected instruction, as well as running to the next branch instruction. You can even add breakpoints on a specific IL statement in a .NET managed method.
Memory DWORD displays automatically indicate if the value is a valid memory address in the context of the debugged process and these values whenever possible resolve to symbolic names or important process regions, e.g., thread stacks, process heaps, and module sections. The color-coded disassembly displays also attempt to use symbolic information as well as offering various highlighting options designed to allow easy analysis of the code. There is even convenient access to a scratchpad, a calculator, and tables for hex-to-ASCII values, common Win32 error codes, and Windows message codes. There are many more options available on each window by accessing the context-sensitive menu items (popups are present also).
Screenshot:
DOWN:
http://www.smidgeonsoft.com/download/PEBrowseDbg.zip