hook
Javascript losing context when hooking recursively
I\'m starting to work on a dynamic analysis tool for JS and I\'d like to profile an entire environment unobtrusively. I\'m basically traversing various contexts, digging deep into objects, and every t[详细]
2023-03-09 01:55 分类:问答hook to limit push to only one branch at a time
I’m trying to create a hook that blocks pushes to a remote repository if you are trying to push more than once branch.[详细]
2023-03-08 16:56 分类:问答reliably monitor/track/log user file accesses on Windows 7
I need to track all files accessed (created, opened, read) by a user and log these actions for further processing within a separate application. I have investigated and searched for possible ways to a[详细]
2023-03-08 11:14 分类:问答Can I get function pointers for hooking from COM Dispatch Interface? ( not dual interface )
May I ask something about hooki开发者_开发知识库ng method in COM Distach Interface? Recently, I am making some utility which is kind of COM monitoring tool.[详细]
2023-03-08 08:41 分类:问答Hook CreateFileW
I want to know what are the files opened/access by a process. May i know how to do that? I tried to use Deviare, a free hooking api to help me, but was unable to find any useful information from their[详细]
2023-03-07 16:48 分类:问答Liferay - Hook for GroupWrapper
I\'m trying to override the getDescriptiveName() method in com.liferay.portal.model.Group I found a wrapper (com.liferay.portal.model.GroupWrapper), so I tried to write a hook as written in the docum[详细]
2023-03-07 14:23 分类:问答How to hook all operating system calls of my own process?
I need to hijack all operating system calls of my own process. I cannot rewrite code as it is partly not my code (plug-ins). I need to be able to decide within my implementation of a specific system c[详细]
2023-03-07 11:51 分类:问答EasyHook with original function call
I am developing an application, that uses EasyHook library to inject code to desired process and intercept calls from a specific dll. In my case[详细]
2023-03-07 07:15 分类:问答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 分类:问答Execute PHP from GIT post-update hook
I am using GIT on my server and I am trying to get a PHP file to be executed each time I update my repo开发者_如何转开发sitory. I\'m trying to use my post-update hook to achieve this.[详细]
2023-03-06 03:04 分类:问答