PE Explorer Win32 Disassembler


PE Explorer is a tool for inspecting and editing the inner workings of Windows 32-bit executable files. It offers a look at PE file structure and all of the resources in the file, and reports multiple details about a PE file (EXE, DLL, ActiveX controls, and several other Windows executable formats). Once inside, file structure can be analyzed and optimized, hostile code detected, spyware tracked down, problems diagnosed, changes made and resources repaired. 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.

PE Explorer also provides: an API function Syntax Lookup, Dependency Scanner, Section Editor, and a Resource editor.

Pick up your free 30 day trial from:

Related Discussions
  • HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2001-01-03 03:04:54)
    This is possible using COM objects and ActiveX Server ... Don't ask how ... I'm not into COM object programming ... :o) Regards /Filip
  • MANIPULATING WINDOWS OF OTHER PROGRAMS (2001-01-04 19:11:41)
    You need to use the EnumWindows API function to figure out the handle of each window that you want to manipulate (you may also need to use...
  • EXCEPTIONS!!! (2001-01-05 09:41:50)
    Hi, Maybe this exception is appearing only because you are debugging your app, I mean running your program via Delphi (F9), try just to compile...
  • EXES CONTAINING MORE THAN ONE ICON RESOURCE ... (2001-01-05 09:25:58)
    Just draw your icons with the Borland Image Editor (Delivered with Delphi). It allows to save different icons in one ico file as well.
  • HOW CAN I "FORCE" WINDOWS TO CREATE A LINK TO A SPECIFIED FILE? (2001-01-06 09:12:17)
    Hi, This should help: uses ShlObj, ActiveX, ComObj, Registry; var MyObject: IUnknown; MySLink: IShellLink; MyPFile: IPersistFile;...
  • SHELL EXTENSION? (2002-07-30 00:31:30)
    Thank u first, TeaM. i'm a chinese :) nice to meet. i know what you mean. i know how to implement a shell extention TO A SPECIAL FILE CLASS,...
  • ABOUT THE TIME...? (2001-01-10 18:05:50)
    Yes. See the thread about opening control panel applets. -- The Smurf
  • SENDING TEXT TO ANOTHER APPLICATION USING SENDMESSAGE (2001-01-10 05:34:10)
    Hi : Try this, it may be a better aproach, With the help of the API function GlobalAddAtom its possible to send a string via the Windows API....
  • COMMAND LINE ARGUMENTS? (2001-01-15 03:04:25)
    Here's the best way for me to do so... It's an article published in UNDU April 1998... If you don't want to read the article, just copy the unit...
  • SHELL EXTENSION ICON (2001-01-16 05:15:03)
    I dont get it working; The bitmap (16x16) wont be displayed. here#s the code: function TFormViewContextMenu.QueryContextMenu(Menu: HMenu;...
Latest News
Submit News Form Past News
Latest Forum Entries