Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radwolfie/xbox_pci_header_dumper
Original Xbox PCI Header Dumper
https://github.com/radwolfie/xbox_pci_header_dumper
nxdk xbox
Last synced: 20 days ago
JSON representation
Original Xbox PCI Header Dumper
- Host: GitHub
- URL: https://github.com/radwolfie/xbox_pci_header_dumper
- Owner: RadWolfie
- License: cc0-1.0
- Created: 2023-04-27T07:01:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-01T04:08:45.000Z (over 1 year ago)
- Last Synced: 2024-11-09T13:46:08.750Z (3 months ago)
- Topics: nxdk, xbox
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xbox PCI Header Dumper
Xbox PCI Header Dumper using the open source nxdkThis 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.
# How to Build:
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.
# Binaries:
You can download pre-built binaries from here: https://github.com/RadWolfie/xbox_pci_header_dumper/releases# GitHub CI:
Current build status can be seen here: https://github.com/RadWolfie/xbox_pci_header_dumper/actions/workflows/ci.yml# Useful Links:
* [PCI header structure and examples](https://wiki.osdev.org/PCI)
* [List of Class Code, Subclass, and Prog IF](https://wiki.osdev.org/PCI#Class_Codes)
* [NVIDIA Corporation vendor and devices list](https://pci-ids.ucw.cz/read/PC/10de)# Contributing
We welcome any form of contributions long as you agree with their respective source file's licensing.