shellcode获得kernel32基址的方法,win7,XP通用哦

        mov  eax, fs:[30h]
        mov  eax, [eax+0ch]
        mov  eax, [eax+0ch]
        mov  eax, [eax]
        mov  eax, [eax]
        mov  edi, [eax+18h]

 基址储存于edi中

你可能感兴趣的:(win7,获取,shellcode,kernel32基址)