DLL Export Viewer 1.66

DLL Export Viewer 1.66 Screenshot DLL Export Viewer displays the list of all exported functions and their virtual memory addresses for the specified DLL files.

Developer:   Nir Sofer
      software by Nir Sofer →
Price:  0.00
License:   Freeware
File size:   0K
Language:   
OS:   Windows Vista (?)
Rating:   0 /5 (0 votes)

DLL Export Viewer displays the list of all exported functions and their virtual memory addresses for the specified DLL files. You can easily copy the memory address of the desired function, paste it into your debugger and set a breakpoint for this memory address. When this function is called, the debugger will stop in the beginning of this function.

For example: If you want to break each time that a message box is going to be displayed, simply put breakpoints on the memory addresses of message-box functions: MessageBoxExA, MessageBoxA and MessageBoxIndirectA (or MessageBoxExW, MessageBoxW and MessageBoxIndirectW in unicode based applications)

When one of the message-box functions is called, your debugger should break in the entry point of that function, and then you can look at call stack and go backward into the code that initiated this API call.

DLL Export Viewer doesn't require any installation process or additional DLLs, in order to start using it, just run the executable file - dllexp.exe

When DLL Export Viewer is loaded, you have to choose one of the following options:

  • Load all functions from standard system DLLs: This is the default option. If you select it, the exported API functions of standard Windows DLLs (kernel32.dll, user32.dll, and so on...) will be displayed.
  • Load functions from the specified DLL file: If you select this option, you have to specify the DLL file that you want to load in the text-box below this option. You can also specify a wildcard for loading multiple DLL files. If for some reason, you want to view all API functions on your system, you can specify something like 'c:windowssystem32*.dll' - but I must warn you... You'll get a very long functions list, probably more than 50,000 functions !
  • Load functions from the DLL files specified in the following text file: If you select this option, the specified text file should contain a list of DLL files, separated by Enter characters (CR-LF). All exported functions from the specified DLLs will be loaded.
  • Load functions from all DLLs attached to the selected process: This is the most useful option if you want to use this utility for debugging. Select the process that you are currently debugging, and the exported functions of all DLLs attached to the selected process will be displayed.

    tags functions from  you can  you want  the specified  dll files  from the  dll export  export viewer  message box  load functions  you select  this option  exported functions  

    DLL Export Viewer 1.66 screenshot


    Download DLL Export Viewer 1.66

     Download DLL Export Viewer 1.66


    Similar software

    DLL Export Viewer 1.66 DLL Export Viewer 1.66
    Nir Sofer

    DLL Export Viewer displays the list of all exported functions and their virtual memory addresses for the specified DLL files.

    WinAPIOverride32 3.0 WinAPIOverride32 3.0
    Jacquelin POTIER

    WinAPIOverride32 will enable you to override/monitor all functions of a process.

    Windows API hooking SDK 2.15 Windows API hooking SDK 2.15
    Validtec Software

    Windows API hooking SDK helps you hooking Windows APIs or functions in other Dlls, and replace the API function or Dlls' function to your own function, That is to say, intercepts Win32 functions and re-writing target function to easily custom and extend existing system or application's function, whether in an executable application, a library, or the system's DLLs.

    Executable Explorer Basic Edition 6.00 Executable Explorer Basic Edition 6.00
    Charasys Limited

    Executable Explorer shows the links between an executable and the modules (DLLs, OCXs) it requires to run on the system, imported and exported functions (APIs), reference material such as headers; process and module memory information; COM type library and class information in the Registry.

    DriverView 1.47 DriverView 1.47
    NirSoft

    DriverView utility displays the list of all device drivers currently loaded on your system.

    DLL Toys International Edition R5 DLL Toys International Edition R5
    SK Software Lab.

    Suite of programs to find unused DLLs to delete, view dependencies of executables, and view running application and modules.

    RegScanner 1.40 RegScanner 1.40
    NirSoft

    RegScanner is a small application that will allow you to scan the Registry, find the desired Registry values that match to the specified search criteria, and display them in one list.

    DllViewer 2.2.153 DllViewer 2.2.153
    LastBit Software

    DllViewer is a program that lists all currently running processes (system and hidden processes are also shown).

    Process Explorer 10.21 Process Explorer 10.21
    Sysinternals

    Process Explorer will show you information about which handles and DLLs processes have opened or loaded.

    FuncPlotter 1.6 FuncPlotter 1.6
    Puckfist

    FuncPlotter is a combined Java application and applet for displaying two-dimensional plots of explicit functions in one variable.