api-hook
minifilter vs. API Hooking for file system operations monitoring \ filtering
I need to develop an application that monitors, and potentially filters (rejects the calls开发者_如何学C), file operations.[详细]
2023-04-05 15:59 分类:问答How to know selected file in C#
I want to build a software. T开发者_开发百科his software will just get the path of currently selected file.[详细]
2023-03-31 02:02 分类:问答Hooking methods in another process with Moles
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[详细]
2023-03-25 09:41 分类:问答How can I create a window (HWND) without using CreateWindow(Ex)?
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[详细]
2023-03-07 03:04 分类:问答Changing filename color in Windows Explorer list view.
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.[详细]
2023-03-01 17:43 分类:问答How does SysInternal's ProcessMonitor work?
Could someone please give me a high level explanation how they are able to monitor every single registry access?[详细]
2023-02-07 21:45 分类:问答Registry monitoring, including kernel-mode registry accesses?
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,[详细]
2023-02-07 14:36 分类:问答API Hook on a COM object function?
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[详细]
2023-01-16 06:47 分类:问答How do I set a system-wide API hook in Delphi?
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.[详细]
2023-01-05 09:22 分类:问答Find closest IP
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 ?[详细]
2022-12-19 22:30 分类:问答