Skip to content

Commit 22e28e0

Browse files
committed
added new analysis processes
1 parent 88f0cfb commit 22e28e0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

al-khaser/AntiAnalysis/process.cpp

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,19 @@ VOID analysis_tools_process()
4444
_T("cheatengine-x86_64.exe"), // Cheat Engine
4545
_T("cheatengine-x86_64-SSE4-AVX2.exe"), // Cheat Engine
4646
_T("frida-helper-32.exe"), // Frida
47-
_T("frida-helper-64.exe"), // Frida
47+
_T("frida-helper-64.exe"), //
48+
_T("ghidra.exe"), // Ghidra
49+
_T("radare2.exe"), // radare2
50+
_T("r2.exe"), //
51+
_T("cutter.exe"), // Cutter
52+
_T("dnSpy.exe"), // DnSpy
53+
_T("dnSpyEx.exe"), //
54+
_T("ILSpy.exe"), // ILSpy
55+
_T("HxD.exe"), // HxD
56+
_T("SystemInformer.exe"), // System Informer
57+
_T("DetectItEasy.exe"), // DIE
58+
_T("FakeNet.exe"), // FakeNet-NG
59+
_T("ResourceHacker.exe"), // Resource editor
4860
};
4961

5062
WORD iLength = sizeof(szProcesses) / sizeof(szProcesses[0]);

0 commit comments

Comments
 (0)