摘要: Chrome.exe通过MainDllLoader加载chrome.dll,然后获取chrome.dll中的ChromeMain函数指针开始运行chrome.dll中的代码:1 DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance, 2 sandbox::SandboxInterfaceInfo* sandbox_info) { 3 ChromeMainDelegate chrome_main_delegate; 4 return content::ContentMain... 阅读全文
posted @ 2013-02-18 16:21 AngeloQ 阅读(1720) 评论(1) 推荐(3)