Сейчас на форуме: CDK123, sashalogout, bartolomeo (+9 невидимых) |
eXeL@B —› Софт, инструменты —› DLL Export Viewer |
Посл.ответ | Сообщение |
|
Создано: 18 декабря 2007 00:38 · Личное сообщение · #1 DLL Export Viewer v1.12 Copyright (c) 2005 - 2007 Nir Sofer Web Site: www.nirsoft.net This utility 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 memoery 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: MessageBoxA, MessageBoxExA, and MessageBoxIndirectA (or MessageBoxW, MessageBoxExW, 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. www.nirsoft.net/utils/dllexp.zip |
|
Создано: 28 января 2008 21:18 · Личное сообщение · #2 |
|
Создано: 29 января 2008 01:23 · Личное сообщение · #3 |
|
Создано: 07 июля 2008 13:39 · Личное сообщение · #4 |
Ранг: 281.8 (наставник), 272thx Активность: 0.25↘0.01 Статус: Участник Destroyer of protectors |
Создано: 02 июля 2009 03:31 · Поправил: MasterSoft · Личное сообщение · #5 DLL Export Viewer v1.35 - Added function name filter - Don't show functions that contains the specified strings. - Added option: Automatically remove Ascii/Unicode Postfix ('A' and 'W') On Google Search. It means that if the function name, for example, is CreateWindowExW, the google search will be 'CreateWindowEx'. - New option: Show found items during the scan process. - Added Drag & Drop support. - Added support for 'Open With' menu/dialog-box of Windows. If you choose Dll Export Viewer in the 'Open With' dialog-box, it'll now be opened with the right dll that you right-clicked. - Fixed the Esc key problem in the 'Select Dlls' dialog-box. - Added option to undecorate/unmangle C++ function names that mangled by Microsoft compilers. When this option is selected, all mangled functions will be displayed with parameters list and return value type. Works on computers with Windows XP or greater OS. 2e1b_01.07.2009_CRACKLAB.rU.tgz - dllexp.zip |
eXeL@B —› Софт, инструменты —› DLL Export Viewer |