【发布时间】:2012-05-18 07:39:41
【问题描述】:
我正在学习恶意软件(Blackhole Exploit)的工作原理,我从恶意代码中提取了 shellcode。除了搜索字节字符串之外,我想通了一切。谁可以帮我这个事?为什么这个 shellcode(大多数恶意 shellcode)会搜索这个特定的字符串? 搜索代码如下:
mov eax, 0C330408BH;
inc esi
cmp dword ptr [esi], eax
jne //back to top//
【问题讨论】:
标签: assembly reverse-engineering malware shellcode malware-detection