modunload
Tries to unload DLL through API from specified process.
Contents
Usage
modunload=<filename(string)>
Examples
modunload=<$WINDIR>\notepad.exe
Tries to unload the current library from notepad.exe, which is a silly example.
Description
Injects code into processes created from the specified executable file to unload the currently tested library from it.
Important: this will probably leave the process in an unstable state, since it does not know the library was unloaded. While this might be useful to remove libraries that are otherwise in use, use with caution!