Please help me how to find this offset?how to find this offset in cshell.dll using ollly? Code: DWORD MsgBoxFunc = CShell + 0x838F0; __asm { push string; push 0; push 0x70; push 0x1C; call MsgBoxFunc; add esp, 16; } } thnx for helping!