daonlyfreez
Joined: 16 Mar 2005 Posts: 745 Location: Berlin
|
Posted: Wed Mar 23, 2005 3:27 pm Post subject: OllyDbg - have a closer look at applications and dlls |
|
|
This is a shareware with a nice explanation of the term
| Quote: | | This software is a shareware. To use this program on a permanent basis or for commercial purposes, you should register it by sending filled registration form to .... The registration is free of charge and assumes no financial or other obligations from either side - just be fair and let me know that you like this software. Even your personal data in the registration form is optional (use your nickname or pseudonym if you want). |
OllyDbg
| Quote: | OllyDbg 1.10 can debug standalone DLLs. Windows is unable to launch DLL directly, so OllyDbg uses small executable named loaddll.exe. This program is kept as a packed resource. If file you are trying to open is a dynamic link library, OllyDbg automatically extracts loaddll.exe and starts it, passing library name as a parameter.
With the help of loaddll, you can call functions exported by debugged library. I will explain this feature on the example of Windows' API functions MessageBox and wsprintf that reside in USER32.DLL. |
[ Moderator!: Link seems to be broken. This works : http://www.ollydbg.de/ ] _________________ (sorry, homesite offline atm) |
|