Skip to main content
0 votes
1 answer
53 views

I need to find and dequeue script and style files from frontend of Wordpress single post, I need a robust and full proof hook which can find out all scripts which are loading on front end of the page, ...
Raj's user avatar
  • 44
4 votes
0 answers
97 views

When an application calls SetWindowsHookEx, eg with WH_MOUSE, then as soon as there is a mouse message pending, Windows will inject the relevant DLL into the process space of the application that is ...
Shares Games's user avatar
2 votes
0 answers
78 views

The Chaining section of the Node.js documentation mentions that the registered hooks will form chains. Based on the load hook section, I've tried it myself. I found that if the load hook wants to ...
yHan's user avatar
  • 31
1 vote
1 answer
71 views

I’m trying to create an EXE based on a Python project. I am using the following command from within a Poetry virtual environment in Powershell on Windows 11: pyinstaller --onefile --additional-hooks-...
AGA's user avatar
  • 80
0 votes
0 answers
32 views

I am using this hook to register user if it was guest checkout: add_action( 'woocommerce_new_order', 'ap_woocommerce_new_order',10,1); function ap_woocommerce_new_order($order_id) { $order = ...
Toniq's user avatar
  • 5,158
0 votes
1 answer
162 views

I'm trying to hook IWbemServices::ExecMethod so that I can capture WMI method parameters. Tools like WMIMon from GitHub don't capture parameters, and neither does Event Viewer. I've searched and found ...
Kaguya's user avatar
  • 21
-1 votes
1 answer
94 views

NOTE: This is decompiled ghidra code, the imageBase start at 0x00400000, so we are working with Program.exe+001a0d39 relative to image base. 005a0d39 01 87 94 ADD dword ptr [EDI + ...
Interity's user avatar
0 votes
0 answers
34 views

I am writing a program to take in data from a spread sheet and write a custom letter based on that data and some user supplied information / sentences. This letter needs to be translated into Spanish ...
Rattus's user avatar
  • 105
0 votes
0 answers
84 views

I am trying to integrate live_svelte in my existing liveview app which already has a couple of JS hooks as well. I've followed the official Readme file of live_svelte library. I am trying to render ...
Tab Key's user avatar
  • 171
1 vote
0 answers
31 views

I have a convention plugin for set of my libs in distributed project. I want provide some common config functions like myConvention { setupJUnit() copyManifestToResources() dropGuava() } ...
Николай Костин's user avatar
2 votes
0 answers
105 views

aim: when I command echo "msg" > test.txt or cat test.txt, I wanted to add my action. I tried to hook read() write() glibc function with LD_PRELOAD. When I use.. #1. $ echo "msg"...
user30614683's user avatar
0 votes
1 answer
69 views

I want to generate on every start of DDEV a fresh setup of my CSS files. Therefor, I want to add a hook to a separate file, that I can only use for my custom setup and no one else in my company is ...
MonTea's user avatar
  • 1,310
0 votes
0 answers
131 views

I use Termux on Android to automate some tasks, specifically using file sharing with termux. Currently, when I share a file with Termux, a dialog appears with various options (save, edit, etc.) that ...
user30321499's user avatar
-1 votes
2 answers
119 views

For analyzing the runtime behavior of applications, or for implementing plug-ins, is there any way to add hooks to methods' input, output, etc. inside the running application? The idea: Collection....
Matthias Ronge's user avatar
2 votes
1 answer
166 views

I'm making this post to ask for help regarding hooking functions with kprobes/kretprobes. I'm doing it for a school project and I used xcellerator's guide about rootkits as a rough plan of how to ...
seegz0n's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
382