From d59a76261db02141dae06bf804fd0f84679f0d34 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 20 Dec 2021 18:14:57 +0000 Subject: Improvements to debug output --- frida_mode/src/prefetch.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'frida_mode/src/prefetch.c') diff --git a/frida_mode/src/prefetch.c b/frida_mode/src/prefetch.c index 8c9ce94d..fa0288cc 100644 --- a/frida_mode/src/prefetch.c +++ b/frida_mode/src/prefetch.c @@ -178,8 +178,10 @@ static void prefetch_hook_fork(void) { void prefetch_init(void) { - FOKF("Instrumentation - prefetch [%c]", prefetch_enable ? 'X' : ' '); - FOKF("Instrumentation - prefetch_backpatch [%c]", + FOKF(cBLU "Instrumentation" cRST " - " cGRN "prefetch:" cYEL " [%c]", + prefetch_enable ? 'X' : ' '); + FOKF(cBLU "Instrumentation" cRST " - " cGRN "prefetch_backpatch:" cYEL + " [%c]", prefetch_backpatch ? 'X' : ' '); if (!prefetch_enable) { return; } -- cgit 1.4.1