Evolved from portable-executable-library
Original Author: rukaimi (kaimi.ru)
Thanks to his really great work!
Cross-Platform PE(Portable Executable) Manipulating Library
-
C++
-
Compatibility
- Little-endian systems only, might not support big-endian ones.
- Windows, tested on Visual Studio 2013 Express
- Linux, tested on GCC 4.8.4, with some unit-test failures.
- OSX, tested on LLVM 7.0.0, with some unit-test failures
-
Useful usage samples and well unit-tested.
-
Unit-test
- fix failures on Linux
- fix failures on OSX
-
Update to Visual Studio 2013 Express
- use CMake instead ???