-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: Add support for loading PE images (#442)
* lib: Add support for loading PE images * lib/pe: Use standard integer types * lib/pe: Fix section alignment * lib/pe: Properly iterate base relocation blocks * lib/pe: Add missing machine types * protos/limine: Add kernel format detection logic * lib/pe: Fix integer to pointer conversion errors * lib/elf: Add previously removed check * lib/pe: Fix base relocation block iteration code * lib/pe: Add missing machine types to pe_bits
- Loading branch information
Showing
6 changed files
with
472 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.