{"id":16086067,"url":"https://github.com/jayfoxrox/xbox-dvd-compress","last_synced_at":"2025-03-18T06:30:39.385Z","repository":{"id":44325103,"uuid":"144468234","full_name":"JayFoxRox/xbox-dvd-compress","owner":"JayFoxRox","description":"A tool to compress Xbox DVD images by detecting random data","archived":false,"fork":false,"pushed_at":"2018-08-12T15:52:31.000Z","size":5,"stargazers_count":14,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T17:39:44.630Z","etag":null,"topics":["compress","dvd","preservation","redump","xbox","xiso"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JayFoxRox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-12T13:18:20.000Z","updated_at":"2023-04-30T00:25:42.000Z","dependencies_parsed_at":"2022-08-26T20:13:21.533Z","dependency_job_id":null,"html_url":"https://github.com/JayFoxRox/xbox-dvd-compress","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/JayFoxRox%2Fxbox-dvd-compress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayFoxRox%2Fxbox-dvd-compress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayFoxRox%2Fxbox-dvd-compress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayFoxRox%2Fxbox-dvd-compress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JayFoxRox","download_url":"https://codeload.github.com/JayFoxRox/xbox-dvd-compress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244169261,"owners_count":20409688,"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":["compress","dvd","preservation","redump","xbox","xiso"],"created_at":"2024-10-09T13:10:22.586Z","updated_at":"2025-03-18T06:30:38.904Z","avatar_url":"https://github.com/JayFoxRox.png","language":"C++","funding_links":["https://www.patreon.com/jayfoxrox","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=x1f3o3x7x%40googlemail%2ecom\u0026lc=GB\u0026item_name=Jannik%20Vogel%20%28JayFoxRox%29\u0026no_note=0\u0026currency_code=USD\u0026bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest"],"categories":[],"sub_categories":[],"readme":"# Warning\n\n**These are proof of concepts, not functional tools.**\n\n---\n\nTo build this project you need git and CMake:\n\n```\ngit clone https://github.com/JayFoxRox/xbox-dvd-compress.git\ncd xbox-dvd-compress\nmkdir build\ncd build\ncmake ..\nmake\n```\n\n# Tools\n\n**All of the tools expect your [DVD image in redump format](http://wiki.redump.org/index.php?title=Microsoft_Xbox_Dumping_Guide)).**\n\n### get_version\n\nThis tool can be used to get information about Xbox the tools that were used to create the image.\n\nRun it like this: `./get_version \"Petit Copter (Japan).iso\"`\n\nThe output will look like this:\n\n```\nxblayout version: 1.0.4361.1\nxbpremaster version: 1.0.4361.2\n```\n\n### tag_sectors\n\nThis tool will first bruteforce the seed for the random stream which was used to generate padding.\nThen it will scan over the image and trace the random stream.\n\nRun it like this: `./tag_sectors \"Petit Copter (Japan).iso\"`\n\nThe output will look like this:\n\n```\nStarting bruteforce\nFound seed 0xF401863E\nCompleted bruteforce (Success)\nat offset: 405798912; sector 198144; data area sector: 0; random\nat offset: 405800960; sector 198145; data area sector: 1; random\nat offset: 405803008; sector 198146; data area sector: 2; random\nat offset: 405805056; sector 198147; data area sector: 3; random\nat offset: 405807104; sector 198148; data area sector: 4; random\nat offset: 405809152; sector 198149; data area sector: 5; random\nat offset: 405811200; sector 198150; data area sector: 6; random\nat offset: 405813248; sector 198151; data area sector: 7; random\nat offset: 405815296; sector 198152; data area sector: 8; random\nat offset: 405817344; sector 198153; data area sector: 9; random\nat offset: 405819392; sector 198154; data area sector: 10; random\nat offset: 405821440; sector 198155; data area sector: 11; random\nat offset: 405823488; sector 198156; data area sector: 12; random\nat offset: 405825536; sector 198157; data area sector: 13; random\nat offset: 405827584; sector 198158; data area sector: 14; random\nat offset: 405829632; sector 198159; data area sector: 15; random\nat offset: 405831680; sector 198160; data area sector: 16; random\nat offset: 405833728; sector 198161; data area sector: 17; random\nat offset: 405835776; sector 198162; data area sector: 18; random\nat offset: 405837824; sector 198163; data area sector: 19; random\nat offset: 405839872; sector 198164; data area sector: 20; random\nat offset: 405841920; sector 198165; data area sector: 21; random\nat offset: 405843968; sector 198166; data area sector: 22; random\nat offset: 405846016; sector 198167; data area sector: 23; random\nat offset: 405848064; sector 198168; data area sector: 24; random\nat offset: 405850112; sector 198169; data area sector: 25; random\nat offset: 405852160; sector 198170; data area sector: 26; random\nat offset: 405854208; sector 198171; data area sector: 27; random\nat offset: 405856256; sector 198172; data area sector: 28; random\nat offset: 405858304; sector 198173; data area sector: 29; random\nat offset: 405860352; sector 198174; data area sector: 30; random\nat offset: 405862400; sector 198175; data area sector: 31; random\nat offset: 405864448; sector 198176; data area sector: 32; unknown\nat offset: 405866496; sector 198177; data area sector: 33; unknown\nat offset: 405868544; sector 198178; data area sector: 34; random\n...\nat offset: 7825160192; sector 3820879; data area sector: 3622735; unknown\nat offset: 7825162240; sector 3820880; data area sector: 3622736; unknown\n\nData-Area offset: 405798912 bytes\nRandom: 6761777152 bytes (+134217728 bytes security)\nRepeated: 398854144 bytes\nUnknown: 124514304 bytes\n\nTotal: 7825162240 bytes / 7825162240 bytes\n```\n\nNote that this tool does not support later images which used a RC4-drop-2048 random stream.\n\n# Donate\n\nIf you like my work, a donation would be nice:\n\n* [Patreon](https://www.patreon.com/jayfoxrox)\n* [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=x1f3o3x7x%40googlemail%2ecom\u0026lc=GB\u0026item_name=Jannik%20Vogel%20%28JayFoxRox%29\u0026no_note=0\u0026currency_code=USD\u0026bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest)\n\nEven a small amount does help me and shows appreciation. Thank you!\n\n----\n\n**(C) 2018 Jannik Vogel (JayFoxRox)**\n\nAll rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayfoxrox%2Fxbox-dvd-compress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayfoxrox%2Fxbox-dvd-compress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayfoxrox%2Fxbox-dvd-compress/lists"}