Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radwolfie/xbox_object_directory_list
Query list of object directory from original Xbox console
https://github.com/radwolfie/xbox_object_directory_list
Last synced: 5 days ago
JSON representation
Query list of object directory from original Xbox console
- Host: GitHub
- URL: https://github.com/radwolfie/xbox_object_directory_list
- Owner: RadWolfie
- License: mit
- Created: 2023-06-08T21:28:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-08T21:29:53.000Z (over 1 year ago)
- Last Synced: 2024-11-09T13:46:08.642Z (2 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xbox Object Directory List
Xbox Object Directory List using the open source nxdkThis is a tool for dump opened object directory list into object_directory_list.log file to research list of object directory exists from all types of original xbox console.
What the output result will look like on retail console is:
```
\Device - Type = Dire
\CdRom0 - Type = Devi
\AUDIO_TS
\VIDEO_TS
...
\Harddisk0 - Type = Disk
\Partition0 - Type = Devi
\Partition1 - Type = Devi
\TDATA
\UDATA
...
\Partition2 - Type = Devi
\xboxdash.xbe
...
\Partition3 - Type = Devi
...
\Partition4 - Type = Devi
...
\Partition5 - Type = Devi
...
\Win32NamedObjects - Type = Dire
\TestSemaphoreObjectName - Type = Sema
\TestMutexObjectName - Type = Muta
\?? - Type = Dire
\D: - Type = Symb
full path = \Device\Harddisk0\Partition1\xbox_object_directory_list
\CdRom0: - Type = Symb
full path = \Device\CdRom0
```# 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_object_directory_list/releases# GitHub CI:
Current build status can be seen here: https://github.com/RadWolfie/xbox_object_directory_list/actions/workflows/ci.yml# Contributing
We welcome any form of contributions long as you agree with their respective source file's licensing.