PS5NorModifier icon indicating copy to clipboard operation
PS5NorModifier copied to clipboard

The PS5 Nor Modifier is an easy to use Windows based application to rewrite your PS5 NOR file. This can be useful if your NOR is corrupt, or if you have a disc edition console that needs to be convert...

Results 34 PS5NorModifier issues
Sort by recently updated
recently updated
newest added

Uploading pre-compiled binary files/archives directly to the Git repository is generally a bad idea. GitHub lets you define Releases, and those Releases can have files attached to them. This is...

When trying to debug, I encountered an issue with hard-crash coming from the Form1_Load method, result was that `string[] ports = SerialPort.GetPortNames();` returned no ports (my PC has no COM)....

**This opened issue is more to get some clarity from the repo owner and pitch ideas.** Many users prefer GUI-based applications, but I noticed that the current GUI is only...

Okay, there's a lot going on here: 1. Rather than an interactive prompt/menu driven CLI application, I've changed things to a more traditional argument/option driven CLI application with Spectre.Console. This...

PR contains a minor refactor, extracting logic into helper and service classes while maintaining the original structure for ease of comprehension. Methods have been given a number of optional parameters...

My suggested changes for the tool, small bug fix with ps5 edition offset, better error handling, easier to read. (This does need to be tested before a release, keep in...

# Pull Request ## Description Add standardized templates for GitHub contributions using YAML-based issue forms, PR templates, and other contribution workflows. ## Related Issue(s) closes #42 ## Type of Change...

# Pull Request ## Description Implement and configure Renovate bot to automatically manage dependencies by merging updates to the "next" branch and grouping non-major updates. - Automatically merge dependency updates...

# CI/CD This document outlines the CI/CD improvements implemented for streamlining the build process and standardizing pull requests as the project scales. ## Benefits - **Uniform Pull Requests**: Enforces conventional...

## Overview Add standardized templates for GitHub contributions using YAML-based issue forms, PR templates, and other contribution workflows. ## Description By providing templates, we can make sure consistent formatting and...