Can Bölük 1fcb057963 Merge pull request #15 from uber00/patch-1
Update dir_exceptions.hpp
2025-04-24 02:19:23 +02:00
2025-04-23 16:59:32 -04:00
2020-11-22 07:08:17 +01:00
2020-10-22 03:17:34 +02:00
2020-10-22 03:17:34 +02:00
2023-09-06 03:13:14 +03:00

linux-pe

linux-pe is a header only library aiming to simplify the parsing of Portable Executable (PE) and Common Object File Format (COFF) formats used to describe all things executable in 32-bit and 64-bit versions of Windows operating system with no dependencies on the Windows headers.

Supported Compilers

linux-pe uses C++20 features, so make sure to include -std=c++20 or equivalent in your compiler options. g++10 & clang++-10 and higher should be able to compile without any issues but the tested compilers known to be working are are:

  • g++12
  • clang++-14
  • MSVC VS 2022
S
Description
Automated archival mirror of github.com/can1357/linux-pe
Readme 307 KiB
Languages
C++ 99.8%
CMake 0.2%