![]() |
|
#1
|
|||
|
|||
|
Hooking WMI (.NET Application)
Hello!
I have a .NET application which uses WMI to query the "Win32_Processor" class: http://msdn.microsoft.com/en-us/library/windows/desktop/aa394373(v=vs.85).aspx I want to hook the function call and modify the string returned in "ProcessorId". How would you do that, when working with a .NET application? I would prefer a "high level" general solution (e.g. a Loader) which also works for future versions of the software, instead of modifying the application directly. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| .NET dll hooking | Avi_RE | General Discussion | 10 | 09-28-2023 07:09 |
| API Hooking | thomasantony | General Discussion | 5 | 04-22-2005 11:44 |
| API-hooking | MaRKuS-DJM | General Discussion | 11 | 03-25-2005 13:27 |
| C++ Help (Hooking a function) | Peter[Pan] | General Discussion | 8 | 08-31-2004 20:37 |