GithubHelp home page GithubHelp logo

dx4m / xbox-eeprom-utility Goto Github PK

View Code? Open in Web Editor NEW
19.0 8.0 8.0 77 KB

Original Xbox EEPROM Dumper based on an ESP32 and ESP8266.

HTML 10.08% C++ 63.35% JavaScript 20.48% CSS 3.20% C 2.90%
xbox-eeprom-utility xbox esp wifi flash xwifi dumper eeprom

xbox-eeprom-utility's People

Contributors

dtomcat avatar dx4m avatar wuspy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xbox-eeprom-utility's Issues

Need help **not an issue**

Hello,
I need some help and hoping you can! You pretty much have hmac_sha1 already implemented in this project. I do not know how to use it for my own benefit... I want to calculate the HDD password and not sure how to implement this. I've tried different libraries over the last two days... and none work on the rp2040 (pi pico).

I don't really understand CTX what i'm wanting is basically... HDkey>hmac_sha1> datastring: model . serial> get hash.

Any help would be greatly appreciated if you have time. As soon as you respond i'll close (or if you want) the "issue" since it's really not an issue.

thank you again!

The default flashing orange LED is scary!

I installed this, turned on my Xbox, and started to panic when the LED almost immediately started flashing orange - that’s normally an indication that the system is overheating! I spent a while fretting that I’d somehow spilled some solder on my mobo, then a while longer wondering how an EEPROM reader could cause the system overheat 😂 Finally, it dawned on me that my Xbox was fine. A solid orange LED has no special meaning, maybe that would be preferable?

Bug in code

Hello,
Working with this a bit... (only decrypt portion) and I believe there is a bug in the code (xbox_eeprom_utility/xbox_eeprom_utility.ino).
All of your if (xbx->decrypt()... statements compare to >0. decrypt returns version number. So your if statement will always fail if working with a rev 1.0 xbox. Should be >=0. Sorry if I'm mistaken. hope this all makes sense.

For instance:
line 976: if (xbx->decrypt(d) > 0) {
should be if (xbx->decrypt(d) >= 0) {

ESP32 support

Awesome update! I’ve actually been working on something similar to XWifi for the ESP32 and ran into trouble — they consume a lot more power at peak than the esp8266, and the Xbox’s standby rail is very low power. WiFi with the esp32 doesn’t work on most Xboxes I’ve tried it on without additional circuitry, but it does seem to work on motherboards with a working clock cap, and it works elsewhere with the addition of a working supercapacitor somewhere in circuit with the 3.3v standby rail.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.