Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Minor fixes | Mattiwatti | 2019-05-06 |
| | |||
* | Fix two dumb mistakes that were cancelling each other out | Mattiwatti | 2019-05-06 |
| | | | | PE section names must be null terminated because they are not guaranteed to be. However they must be null terminated at 8 characters, not at the length of the string that happens to be relevant for whatever reason. This would have led to false positives when finding sections, were it not for the off-by-one error that was keeping an additional character in the buffer | ||
* | Update UEFI shell link | Mattiwatti | 2019-04-29 |
| | | | | | | ShellBinPkg was removed from EDK2's master tree: https://github.com/tianocore/edk2/commit/81a8a52a6bb21afca8ce5b507575b24b3f3a15e7 The TianoCore recommended way to obtain the shell binary is now to download a stable release from https://github.com/tianocore/edk2/releases and extract the shell binary from the assets ZIP. Since this change prevents linking to the .efi file directly as before, change the download link in the README to the last stable tag to include ShellBinPkg instead | ||
* | Update to VS2019 | Mattiwatti | 2019-04-08 |
| | |||
* | EfiDSEFix: on Windows >= 8, use a different default g_CiOptions valuev1.0.1 | Mattiwatti | 2019-03-30 |
| | | | | Fixes #1 | ||
* | EfiDSEFix: read input value for '--enable' as hex to match '--disable' | Mattiwatti | 2019-03-30 |
| | |||
* | Update README.md | Mattiwatti | 2019-03-28 |
| | |||
* | Ensure ntdllp.lib only exports Vista-compatible symbols | Mattiwatti | 2019-03-28 |
| | |||
* | Minor fixes | Mattiwatti | 2019-03-28 |
| | |||
* | Initial commitv1.0 | Mattiwatti | 2019-03-25 |