I need to develop an application that monitors, and potentially filters (rejects the calls开发者_如何学C), file operations.
I want to build a software. T开发者_开发百科his software will just get the path of currently selected file.
I have a C# application compiled with visual studio. I want 开发者_开发技巧to intercept and log calls and serialized method parameters to some specific methods in that app. Is it possible to intercept
I\'m using a proxy DLL to intercept calls to CreateWindowExA/CreateWindowExW. This works quit nicely, except that some applications (most notably some Visual Basic 6 applications) seem to be able to c
I would like to customize Windows Explorer. One thing I want to do is changing file name\'s color in list view if the file has a special condition.
Could someone please give me a high level explanation how they are able to monitor every single registry access?
I remember for my final year university project 开发者_如何学Goi wrote a C# registry monitor, however, when i compared it with the Microsoft ProcessMonitor application (i cant remember its exact name,
Greetings StackOverflowians, As discovered here, Windows 7 features a bug in which the D开发者_Python百科ISPID_BEFORENAVIGATE2 event does not fire for Windows Explorer instances.This event allows she
Does anyone know about system-wide API hooking with Delphi? I downloaded madCodeHook, but it doesn\'t have any source, so I don\'t want use it; I want to program it myself.
I know how to scan subnets in c++...I also know how to find geo location (altough it\'s not 100%)...But does anyone have an idea how can i find the closest ip addresses to mine ?