PE Compatibility Check
Version updated for https://github.com/SergiusTheBest/pecompatcheck-action to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The PECompatCheck Action is a GitHub Action designed to validate the compatibility of Windows PE binaries (e.g., DLLs, EXEs, SYS files) with a specified target Windows version by resolving imported APIs against a predefined baseline of known exports. It automates the process of checking for unresolved symbols, helping developers ensure that their binaries are compatible with specific Windows versions, and provides detailed feedback on any missing imports. This action is particularly useful for maintaining compatibility in software development and deployment pipelines targeting Windows environments.
Release notes
Added
- Initial release
Full Changelog: https://github.com/SergiusTheBest/pecompatcheck-action/commits/v1.0.0