LasDesu / XboxHDkey

Tool for locking/unlocking Xbox HDD, based on hdparm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XboxHDkey

Tool for locking/unlocking original Xbox HDD, based on hdparm code. Modified smartctl didn't work for me, so I wrote my own hdtool clone.

Usage

xboxhdkey [options] <device>

Options

  • -e file compute HDD password from EEPROM file
  • -k key compute HDD password from HDD key (in hex)
  • -l lock HDD
  • -u unlock HDD (default)
  • -d disable HDD security
  • -h help screen

About

Tool for locking/unlocking Xbox HDD, based on hdparm

License:MIT License


Languages

Language:C 99.6%Language:CMake 0.4%