Conversation
Introduced a helper method to extract manufacturer, model, version, and tar metadata from DirecTV firmware filenames using regular expressions.
Enabled drag-and-drop file support in MainWindow and added a handler to prompt users for unsupported file types. Introduced menu options and stub handlers for Firmadyne and Azeria ARM emulation. Improved Uverse configuration by prompting for hardware details, and enhanced executable analysis with chip contribution messaging.
Introduces a static ChipReferenceManager class that provides human-readable descriptions for known CPU/SoC identifiers and a method to encourage contributions for unknown chips.
Added entries for STi7101, STi7200, and STi5500 SoCs from STMicroelectronics to the chip reference dictionary, providing descriptions for each. These chips are noted for running cooler than Broadcom equivalents.
Introduces a static BinaryTranslator class for cross-architecture binary translation. The Translate method is stubbed and not yet implemented.
Introduces a new 'Cross-Compile Binary' option to the main menu, allowing users to select a binary, detect its architecture, choose a target architecture, and perform cross-compilation using BinaryTranslator. Updates the ReadAndTranslateFile method to use BinaryTranslator and handle unimplemented translations gracefully.
Replaces the test step in the CI workflow with a publish step to generate artifacts. Updates the project file to use Microsoft.NET.Sdk.WindowsDesktop, removes a redundant InitializeComponent implementation, and disables YAML validation in VS Code settings. These changes improve build automation and align the project with WPF requirements.
Added detection for 'Contoso6311' and 'FooChip9000' chipsets in MainWindow.xaml.cs. Also removed the GitHub Actions CI workflow file (.github/workflows/ci.yml).
Regenerated AssemblyInfo, cache, and SourceLink files to reflect the latest source changes and commit hash.
Introduces a GitHub Actions workflow for CI on Windows, building the project on push and pull requests to dev and main branches. Updates ArchiveExtractor to use .NET's built-in ZipFile extraction as a fallback when 7z.exe is not found and the archive is a zip file.
Owner
Author
|
This pull request introduces significant updates to the Processor-Emulator repository, including new documentation, enhanced CI/CD workflows, and improvements to the codebase. The most notable changes include the addition of GitHub Copilot instructions, multiple GitHub Actions workflows for builds and releases, optimizations to the Documentation Updates:
CI/CD Workflow Enhancements:
Codebase Improvements:
Development Environment Optimization:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.