a PE loader for educational purposes.
- https://learn.microsoft.com/en-us/windows/win32/debug/pe-format
- https://learn.microsoft.com/en-us/archive/msdn-magazine/2002/february/inside-windows-win32-portable-executable-file-format-in-detail
- https://learn.microsoft.com/en-us/archive/msdn-magazine/2002/march/inside-windows-an-in-depth-look-into-the-win32-portable-executable-file-format-part-2
- https://learn.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order
- https://www.geoffchappell.com/studies/windows/win32/apisetschema/index.htm?tx=1
- http://www.nynaeve.net/?p=180
- https://github.com/mingw-w64/mingw-w64