https://github.com/ernegien/xboxeepromeditor
Original Xbox EEPROM Editor
https://github.com/ernegien/xboxeepromeditor
hacktoberfest
Last synced: 4 months ago
JSON representation
Original Xbox EEPROM Editor
- Host: GitHub
- URL: https://github.com/ernegien/xboxeepromeditor
- Owner: Ernegien
- License: gpl-2.0
- Created: 2020-07-01T01:05:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T03:33:45.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T08:11:13.649Z (over 1 year ago)
- Topics: hacktoberfest
- Language: C#
- Homepage:
- Size: 206 KB
- Stars: 98
- Watchers: 8
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Original Xbox EEPROM Editor
### Overview
This application allows for generating and/or editing the contents of an Original Xbox EEPROM.
### Requirements
.NET Framework 4.7.2 (Mono compatible)
### Build Instructions
##### Windows
* Build with [Visual Studio Community](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=16#)
##### Linux
* Install [Mono](https://www.mono-project.com/download/stable/#download-lin) and [NuGet](https://docs.microsoft.com/nuget/install-nuget-client-tools#macoslinux)
* Clone: `git clone https://github.com/Ernegien/XboxEepromEditor.git`
* Enter project directory: `cd XboxEepromEditor`
* Install dependencies: `nuget restore XboxEepromEditor.sln`
* Enter source directory: `cd XboxEepromEditor`
* Compile: `msbuild XboxEepromEditor.csproj`
* Mark executable: `chmod +x bin/Debug/XboxEepromEditor.exe`
* Run: `./bin/Debug/XboxEepromEditor.exe`
### Attribution
[https://xboxdevwiki.net/EEPROM](https://xboxdevwiki.net/EEPROM)
[https://github.com/mborgerson/xbeeprom](https://github.com/mborgerson/xbeeprom)
[http://www.xbox-linux.org/down/The%20Middle%20Message-1a.pdf](https://web.archive.org/web/20040618164907/http://www.xbox-linux.org/down/The%20Middle%20Message-1a.pdf)
Icon by [http://www.doublejdesign.co.uk](http://www.doublejdesign.co.uk) at [http://www.iconarchive.com/show/diagram-free-icons-by-double-j-design/chip-icon.html](http://www.iconarchive.com/show/diagram-free-icons-by-double-j-design/chip-icon.html)
### Previews






