Xbox PCI Header Dumper using the open source nxdk
This is a tool for dump PCI header into pci_header_dumper.log file to research what pci device exists from all types of original xbox console.
All you need is nxdk. You can get it from https://github.com/XboxDev/nxdk link.
Then follow the setup guide from https://github.com/XboxDev/nxdk/wiki/Getting-Started link.
If you do not wish to download nxdk, you can freely use dev container built-in support locally or with GitHub's Codespaces.
You can download pre-built binaries from here: https://github.com/RadWolfie/xbox_pci_header_dumper/releases
Current build status can be seen here: https://github.com/RadWolfie/xbox_pci_header_dumper/actions/workflows/ci.yml
- PCI header structure and examples
- List of Class Code, Subclass, and Prog IF
- NVIDIA Corporation vendor and devices list
We welcome any form of contributions long as you agree with their respective source file's licensing.