Pat Tullmann 0cb742dafb binfmt-detector-cli: rewrite to support PE32+ binaries (#38)
Rewrite with hard-coded offsets into the PE file format to discern
if a binary is PE32 or PE32+, and then to determine if it contains
a "CLR Data Directory" entry that looks valid.

Tested with PE32 and PE32+ compiled Mono binaries, PE32 and PE32+ native
binaries, and a random assortment of garbage files.

Former-commit-id: 9e7ac86ec84f653a2f79b87183efd5b0ebda001b
2023-10-16 20:16:47 +02:00
..
2014-09-04 09:07:35 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00

To build all flavors of Rx, you will need several different SDK's installed:

Visual Studio 2012
Windows Phone 8 SDK (create.msdn.com)
Windows Phone 7.1 SDK (create.msdn.com)
Silverlight 4 SDK
Microsoft Silverlight 4 Tools for Visual Studio 2010
Xbox XNA Game Studio 4.0*

* Note: Installing Xbox XNA Game Studio is tricky on Windows 8, as you must install some other dependencies first.
  More information can be found here:  http://blogs.msdn.com/b/astebner/archive/2012/02/29/10274694.aspx

For building installers and Visual Studio extensions, we need the following installed:
Visual Studio 2012 SDK
Windows Installer XML (WiX) toolset (wix.codeplex.com), preferably version 3.5.


Note: the XNA Game Studio build has not been actively maintained and may not build.  Feel free to fix it!