File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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 ]);
You can’t perform that action at this time.
0 commit comments