Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4674204
GUI is mostly done, NOR-reading code is added but untested
PurelyAndy May 9, 2025
8cd0f7b
COM Ports not found hard crash fix
PurelyAndy May 10, 2025
0eae52d
Fix #9 (.BIN instead of .bin extension)
PurelyAndy May 10, 2025
7ee74d0
Remove files that shouldn't be tracked and unnecessary NORInfo class
PurelyAndy May 10, 2025
d46011c
Make NOR reading code good
PurelyAndy May 10, 2025
ca89322
the person who wrote this program should know that it upsets me greatly.
PurelyAndy May 11, 2025
64986d0
Untested UART code.
PurelyAndy May 12, 2025
41501e9
Remove spaces from the project name
PurelyAndy May 12, 2025
2579eef
Improve README
PurelyAndy May 12, 2025
c220399
Start moving shared code into one project
PurelyAndy May 12, 2025
130297e
Merge branch 'main' into main
PurelyAndy May 12, 2025
56a14ef
More work on cleaning up UART-CL.
PurelyAndy May 12, 2025
9b5c6c0
Move UART and NOR pages into their own controls.
PurelyAndy May 12, 2025
324d959
Downgrade to .NET 8 and refactor UART GUI, moving code into UARTLib
PurelyAndy May 13, 2025
0171f11
UART code in UART-CL now uses UARTLib
PurelyAndy May 13, 2025
07074fc
Rename UARTLib to PS5Lib, because it doesn't only do UART stuff.
PurelyAndy May 13, 2025
b24f72a
UART-CL just needs to be cleaned up now.
PurelyAndy May 13, 2025
6dc19ea
Internal Documentation, Refactor GetData, Fix Dependencies
benjamin238 May 14, 2025
118c3bc
work
PurelyAndy May 14, 2025
62286c0
Add motherboard serial number editor to GUI, since UART-CL allows it
PurelyAndy May 14, 2025
1b735c4
Rename stuff, fix error db download
PurelyAndy May 14, 2025
6e4a6d0
Start abstracting CLI menus
PurelyAndy May 14, 2025
15da284
Finish refactoring the CLI app
PurelyAndy May 14, 2025
ff29469
Add some documentation, make some names more accurate
PurelyAndy May 15, 2025
2d31fd5
Merge branch 'main' into main
PurelyAndy Jun 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Ignore Visual Studio temporary files, build results, and
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from `dotnet new gitignore`
Expand Down Expand Up @@ -37,6 +37,7 @@ mono_crash.*

# Visual Studio 2015/2017 cache/options directory
**/.vs/

# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

Expand Down
Binary file removed PS5 NOR Modifier Standalone.zip
Binary file not shown.
31 changes: 0 additions & 31 deletions PS5 NOR Modifier.sln

This file was deleted.

3 changes: 0 additions & 3 deletions PS5 NOR Modifier/App.config

This file was deleted.

843 changes: 0 additions & 843 deletions PS5 NOR Modifier/Form1.Designer.cs

This file was deleted.

Loading