modunload

From SpybotWiki
Jump to: navigation, search
modunload
Variants modunload
Previously
Group Flow Control
Version advcheck.dll ??? < 1.5.4.5

Tries to unload DLL through API from specified process.

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!

See also

Similar parameters

Similar commands