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
..
2019-04-12 14:10:50 +00:00
2017-10-19 20:04:20 +00:00
2019-04-12 14:10:50 +00:00
2018-01-29 19:03:06 +00:00
2018-01-29 19:03:06 +00:00
2018-01-29 19:03:06 +00:00
2019-04-12 14:10:50 +00:00
2017-04-10 11:41:01 +00:00
2019-04-12 14:10:50 +00:00
2018-01-29 19:03:06 +00:00
2018-01-29 19:03:06 +00:00
2017-04-10 11:41:01 +00:00
2018-01-29 19:03:06 +00:00

Mono fork of .NET Core Libraries (CoreFX)

Tracking https://github.com/dotnet/corefx/tree/release/2.2 branch