网站大量收购独家精品文档,联系QQ:2885784924

Reverse Enginnering Microsoft Binaries - REcon - Home逆向工程微软双星-重建家庭.ppt

Reverse Enginnering Microsoft Binaries - REcon - Home逆向工程微软双星-重建家庭.ppt

  1. 1、本文档共42页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Reverse Enginnering Microsoft Binaries - REcon - Home逆向工程微软双星-重建家庭.ppt

Reverse Engineering Microsoft Binaries Alexander Sotirov asotirov@ Overview In the next one hour, we will cover: Setting up a scalable reverse engineering environment getting binaries and symbols building a DLL database Common features of Microsoft binaries compiler optimizations data directories exception handling hotpatching Improving IDA IDA autoanalysis problems loading debugging symbols improving the analysis with IDA plugins Why Microsoft Binaries? Most reverse engineering talks focus on reversing malware, but Microsoft binaries present a very different challenge: Bigger than most malware No code obfuscation (with the exception of licensing, DRM and PatchGuard code) Debugging symbols are usually available Compiled with the Microsoft Visual C++ compiler Most of the code is written in object oriented C++ Heavy use of COM and RPC Part I Setting Up a Scalable Reverse Engineering Environment Getting the Binaries Most Microsoft software, including older versions and service packs, is available for download from MSDN. We download these manually. To download security updates automatically, we used the information in mssecure.xml, which is automatically downloaded by MBSA 1.2.1. The XML file contains a list of security bulletins for Windows, Office, Exchange, SQL Server and other products. It also provides direct download links to the patch files. Unfortunately MBSA 1.2.1 was retired at the end of March 2006. The XML schema used by MBSA 2.0 is different, and our scripts dont support it yet. Once you have all old security updates, downloading the new ones every month can be done manually. Extracting the Binaries CAB and most EXE files can be unpacked with cabextract MSI and MSP files are difficult to unpack. Usually they contain CAB archives that can be extracted, but the files in them have mangled names. Still working on a solution. An administrative installation is our temporary solution for dealing with Microsoft Office. Some IIS files are renamed during the install

文档评论(0)

cai + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档