We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74c62d commit 7a32cddCopy full SHA for 7a32cdd
1 file changed
Tools/WebServer/static/js/features/patch.js
@@ -160,7 +160,7 @@ static ${funcName}_fn_t const ${macroName} = (${funcName}_fn_t)(${origAddr} | 1)
160
let functionBody = '';
161
if (hasOrigAddr) {
162
/* Generate call-original pattern */
163
- functionBody = `fl_println("Hooked ${funcName}!");
+ functionBody = `fl_println("### HOOKED: ${funcName} ###");
164
165
/* TODO: Add your pre-call logic here */
166
${callOrigSection}`;
0 commit comments