《Advanced .NET Debugging》 读书笔记 Listing 2-1: 找到notepad.exe的入口点

1. 安装VC,使用dumpbin.exe,执行dumpbin %windir%\notepad.exe /all /out:temp.txt

2. 打开temp.txt,可以找到入口点的RVA(Relative Virtual Address):0x73A5

image

3. 该RVA加上notepad载入后的绝对地址,就可以得到程序的入口点:

image

posted on 2010-12-21 23:44  李志鹏  阅读(347)  评论(0)    收藏  举报

导航