From 61156ecc0494c20b914e206266c42e3086ea43b7 Mon Sep 17 00:00:00 2001 From: z Date: Wed, 23 Apr 2025 16:28:47 +0100 Subject: [PATCH] Added some important analysis processes --- al-khaser/AntiAnalysis/process.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/al-khaser/AntiAnalysis/process.cpp b/al-khaser/AntiAnalysis/process.cpp index 6c2c2c7..0b0b1c7 100644 --- a/al-khaser/AntiAnalysis/process.cpp +++ b/al-khaser/AntiAnalysis/process.cpp @@ -45,6 +45,18 @@ VOID analysis_tools_process() _T("cheatengine-x86_64-SSE4-AVX2.exe"), // Cheat Engine _T("frida-helper-32.exe"), // Frida _T("frida-helper-64.exe"), // Frida + _T("ghidra.exe"), // Ghidra + _T("radare2.exe"), // radare2 + _T("r2.exe"), // + _T("cutter.exe"), // Cutter + _T("dnSpy.exe"), // DnSpy + _T("dnSpyEx.exe"), // + _T("ILSpy.exe"), // ILSpy + _T("HxD.exe"), // HxD + _T("SystemInformer.exe"), // System Informer + _T("DetectItEasy.exe"), // DIE + _T("FakeNet.exe"), // FakeNet-NG + _T("ResourceHacker.exe"), // Resource editor }; WORD iLength = sizeof(szProcesses) / sizeof(szProcesses[0]);