Commit Graph

10 Commits

Author SHA1 Message Date
a57ae020fa
Implement PeGetFileSize(), PeGetImageSize() and PeUnloadImage() routines 2024-03-01 23:12:12 +01:00
7a65b37f96
Implement new module providing a basic support for PE/COFF executables 2024-01-25 22:04:30 +01:00
4412d4fc98
Rewrite core of the XTLDR boot loader
Reviewed-on: xt-sys/exectos#7
Reviewed-by: Piotr Likoski <likoski@noreply.codingworkshop.git>
Co-authored-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
Co-committed-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
2024-01-09 18:51:04 +01:00
6d77ff42c5
Loop over halt; add missing calling convention 2022-12-27 20:12:59 +01:00
eb5998c58e
Add a way to check PE/COFF image machine type 2022-12-20 15:37:13 +01:00
5ec08cb84a
Implement PeGetSubSystem() routine 2022-11-16 15:03:33 +01:00
9f43ad06af
Implement PeRelocateImage() routine 2022-11-15 23:31:35 +01:00
ee9f2df6a6
Properly relocate PE/COFF image 2022-11-15 00:19:21 +01:00
b03c9c2a25
Further PE/COFF module improvements 2022-11-12 12:37:49 +01:00
c8f99ad6ed
Initial PE/COFF support for loading image files 2022-11-06 19:59:38 +01:00