怎么才能在目标进程中寻找指定dll模块的入口点地址?导入表只有导入函数的地址,没有办法获取模块的地址?
http://www.cnblogs.com/devcjq/articles/3514936.html
dll 使用有三部:1. loadlib2. GetProcess //取得 句柄,拿到首地址3.freelib