{"id":13759516,"url":"https://github.com/multimediamike/xbfuse","last_synced_at":"2025-05-10T09:32:51.029Z","repository":{"id":2448643,"uuid":"3419376","full_name":"multimediamike/xbfuse","owner":"multimediamike","description":"Mount Xbox and Xbox 360 disk images via FUSE","archived":false,"fork":false,"pushed_at":"2023-10-30T14:18:06.000Z","size":43,"stargazers_count":71,"open_issues_count":1,"forks_count":11,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-08-04T13:03:30.815Z","etag":null,"topics":["c","fuse-filesystem","xbox"],"latest_commit_sha":null,"homepage":"http://multimedia.cx/xbfuse/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/multimediamike.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-12T01:39:19.000Z","updated_at":"2024-06-19T19:58:07.000Z","dependencies_parsed_at":"2022-09-09T01:00:16.271Z","dependency_job_id":null,"html_url":"https://github.com/multimediamike/xbfuse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimediamike%2Fxbfuse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimediamike%2Fxbfuse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimediamike%2Fxbfuse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimediamike%2Fxbfuse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/multimediamike","download_url":"https://codeload.github.com/multimediamike/xbfuse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224941000,"owners_count":17395804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","fuse-filesystem","xbox"],"created_at":"2024-08-03T13:00:54.610Z","updated_at":"2024-11-16T16:30:59.303Z","avatar_url":"https://github.com/multimediamike.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# xbfuse - Use FUSE To Mount (Original) Xbox and Xbox 360 DVD Filesystems\n\nxbfuse is a program that allows you to mount the filesystem of a \nMicrosoft Xbox or Xbox 360 DVD as a read-only part of the Linux \nfilesystem. This allows the user to browse the directory structure and \nread the files within. \n\nxbfuse is made possible with Filesystem in Userspace (FUSE), available \nat:\n\n  https://github.com/libfuse/libfuse\n\nNote that it is not usually possible to simply read an Xbox/360 DVD in\nan ordinary computer's DVD-ROM drive. The optical drives in Microsoft \nconsoles have special firmware which allows them to access areas of the \ndisc that are effectively invisible to most DVD-ROM drives. In order to \nmount a filesystem, generally, you will have to rip the proper \nsector image from the disc using special hardware and tools, or contact \nanother source who has already done so.\n\nNote also that there are likely to be bugs and perhaps even security \nproblems. xbfuse is currently meant as primarily an experimental \nresearch tool for studying Microsoft Xbox/360 discs.\n\n\n### Requirements:\n- Linux 2.4.x or 2.6.x (as of 2.6.14 FUSE is part of the kernel, but you still need user libraries)\n- FUSE (https://github.com/libfuse/libfuse) 2.5.x or higher\n- FUSE development libraries; 'libfuse-dev' on Ubuntu distros\n\n### Build:\nAfter cloning this git repo, perform the standard development steps for building an autotool'd project:\n\n    ./autogen.sh\n    ./configure\n    make\n\n### Install:\n    make install\n\n### Usage:\nThe basic usage is to supply an Xbox/360 DVD image and an empty mount point on the filesystem:\n\n    xbfuse \u003cimage_file\u003e \u003cmount_point\u003e\n\nTo unmount a previously mounted filesystem image, use `fusermount`:\n\n    fusermount -u \u003cmount_point\u003e\n\nTo debug, or investigate how xbfuse examines the filesystem:\n\n    xbfuse \u003cimage_file\u003e \u003cmount_point\u003e -d\n\nTo export the absolute file offsets via a file's stat structure's inode field, specify the \"-o use_ino\" option. For example:\n\n    xbfuse xbox-game.image-file /path/to/mountpoint -o use_ino\n    stat --printf='offset: %i\\nsize: %s\\n' /path/to/mountpoint/default.xbe\n\nThis `stat` command will print the absolute offset and size of the default.xbe\nfile at the root of the filesystem.\n\n### References:\nThis program was made possible through the information found in\n[this XDVDFS document](https://multimedia.cx/xdvdfs.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultimediamike%2Fxbfuse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultimediamike%2Fxbfuse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultimediamike%2Fxbfuse/lists"}