Saved Bookmarks
| 1. |
Who Loads And Links The Dlls? |
|
Answer» Windows and Linux both has PE/ELF binary loader to load executable and MODULES. A loader in OS loads executable/extension when creating a process or when an application explicitly calls LOADLIBRARY() or LoadModule() to load a PARTICULAR executable. A loader loads any executable in the following steps.
Windows and Linux both has PE/ELF binary loader to load executable and modules. A loader in OS loads executable/extension when creating a process or when an application explicitly calls LoadLibrary() or LoadModule() to load a particular executable. A loader loads any executable in the following steps. |
|