hook
Ejabberd send message from hooks
I have hook handler in my code: ejabberd_hooks:add(sm_register_connection_hook, \"localhost\", ?MODULE, on_register, 80),[详细]
2023-03-25 12:32 分类:问答How to use Dir.mktmpdir with a block in a hook with rspec?
I want to create a tmpdir in a before-each hook and use its path in an rspec example. I want to use the block form of Dir.mktmpdir so the dir is removed at the end of the example.[详细]
2023-03-25 07:07 分类:问答How do I get filename/file extension of a file on the Desktop in win7 which I drag?
I\'m working on a project which is a tiny tool running in the background. It only has a tas开发者_JS百科kbar icon most of the time.[详细]
2023-03-25 06:40 分类:问答Hooking sendto() causes crash depending on code ordering
I\'m using a DLL-injector to inject a dll which goes into the IAT and replaces the system call sendto() with my own.[详细]
2023-03-25 04:54 分类:问答Bazaar: Automatic file modification on commit with the modification committed
I would like bazaar to write revision number on commit to a file in the committed branchso that this modification is included in the commit.[详细]
2023-03-25 03:27 分类:问答Strange Hooking Problem : SendMessage unables to hooke the procedure while process launched normally , While it HOOKS properly in debugging mode
I am facing a strange problem regarding Hooking. I have a procedure which acts as a hooked procedure in C++/CLI, After SendMessage it unables to hook the procedure, while this is not the behavior whil[详细]
2023-03-24 19:33 分类:问答global keyboard hook slowing down computer
I am using the code from this article : private const int WH_KEYBOARD_LL = 13; private const int WM_KEYDOWN = 0x0100;[详细]
2023-03-24 07:39 分类:问答CLR profiler: issue in using DefineAssemblyRef
I want to write a CLR profiler to hook our application function with GetILFunctionBody/SetILFunctionBody.[详细]
2023-03-23 18:48 分类:问答Example of hooking a window?
I want to hook another program\'s window, so I can get when the cursor enters the window. How开发者_如何学编程 to do that? I know that it\'s with SetWindowsHookEx but I can\'t find an example (even a[详细]
2023-03-23 15:11 分类:问答Low level Keyboard Hook in C#
I\'m making a module that will control and move pan and tilt device via KEYBOARD. The module is a C# .DLL and being loaded dynamiclall开发者_运维知识库y via other module using reflection.[详细]
2023-03-23 09:38 分类:问答