]> FriiDump Source - friidump.git/blob - docs/debug/friidump_xbox_redump_v64_help_linux.txt
Fix MSVC CMake SHA1 header resolution
[friidump.git] / docs / debug / friidump_xbox_redump_v64_help_linux.txt
1 [FRIIDUMP] Log file: friidump.log
2 FriiDump 0.5.3.8 - Copyright (C) 2007 Arep
3 This software comes with ABSOLUTELY NO WARRANTY.
4 This is free software, and you are welcome to redistribute it
5 under certain conditions; see COPYING for details.
6
7 Official support forum: http://wii.console-tribe.com
8
9 Forum for this UNOFFICIAL VERSION: http://forum.redump.org
10
11
12 Available command line options:
13
14  -h, --help                     Show this help
15  -a, --autodump                 Dump the disc to an ISO file with an
16                                 automatically-generated name, resuming the dump
17                                 if possible
18  -g, --gui                      Use more verbose output that can be easily
19                                 parsed by a GUI frontend
20  -d, --device <device>          Dump disc from device <device>
21  -p, --stop                     Instruct device to stop disc rotation
22  -D, --dvd                      Force standard DVD-ROM mode for any drive
23                                 (equivalent to -T 3; uses FriiDump original
24                                 DVD/raw/ISO paths, not Xbox mode)
25  -c, --command <nr>             Force memory dump command:
26                                 0 - vanilla 2064
27                                 1 - vanilla 2384
28                                 2 - Hitachi
29                                 3 - Lite-On
30                                 4 - Renesas
31  -x, --speed <x>                Set streaming speed (1, 24, 32, 64, etc.,
32                                 where 1 = 150 KiB/s and so on)
33  -T, --type <nr>                Force disc type:
34                                 0 - GameCube
35                                 1 - Wii
36                                 2 - Wii_DL
37                                 3 - DVD
38                                 4 - Xbox/XGD 2048-byte-sector mode
39                                     Native profiles: GDR-8050L and GDR-3120L.
40                                     Other drives keep normal FriiDump behavior
41                                     unless Xbox mode is explicitly forced.
42  -S, --size <sectors>           Force disc size
43  -r, --raw <file>               Output to file <file> in raw format (2064-byte
44                                 sectors)
45  -i, --iso[=<file>]             Output to file <file> in ISO format (2048-byte
46                                 sectors). For Xbox/GDR-8050L, omitting <file>
47                                 derives Title[MediaID].iso from the XBE/DMI;
48                                 providing <file> is an explicit override. For
49                                 Xbox/XGD this reconstructs the redump-style
50                                 XGD1 layout and writes .pfi.bin, .dmi.bin, and
51                                 .redump.json metadata when possible
52  -X, --xiso[=<file>]    Output Xbox/XGD game partition as XISO (.xiso).
53                                 For Xbox/GDR-8050L, omitting <file> derives
54                                 Title[MediaID].xiso from the XBE/DMI; providing
55                                 <file> is an explicit override. Attempts to read
56                                 the 32-sector game lead-in from drive-readable
57                                 sectors and zero-fills only unreadable sectors.
58  -u, --unscramble <file>        Convert (unscramble) raw image contained in
59                                 <file> to ISO format
60  -H, --nohash                   Do not compute CRC32/MD5/SHA-1/SHA-256 hashes
61                                 for generated files
62  -s, --resume                   Resume partial dump
63                                 -  General  -----------------------------------
64  -0, --method0[=<req>,<exp>]    Use dumping method 0 (Optional argument
65                                 specifies how many sectors to request from disc
66                                 and read from cache at a time. Values should be
67                                 separated with a comma. Default 16,16)
68                                 -  Non-Streaming  -----------------------------
69  -1, --method1[=<req>,<exp>]    Use dumping method 1 (Default 16,16)
70  -2, --method2[=<req>,<exp>]    Use dumping method 2 (Default 16,16)
71  -3, --method3[=<req>,<exp>]    Use dumping method 3 (Default 16,16)
72                                 -  Streaming  ---------------------------------
73  -4, --method4[=<req>,<exp>]    Use dumping method 4 (Default 27,27)
74  -5, --method5[=<req>,<exp>]    Use dumping method 5 (Default 27,27)
75  -6, --method6[=<req>,<exp>]    Use dumping method 6 (Default 27,27)
76                                 -  Hitachi  -----------------------------------
77  -7, --method7                  Use dumping method 7 (Read and dump 5 blocks
78                                 at a time, using streaming read)
79  -8, --method8                  Use dumping method 8 (Read and dump 5 blocks
80                                 at a time, using streaming read, using DMA)
81  -9, --method9                  Use dumping method 9 (Read and dump 5 blocks
82                                 at a time, using streaming read, using DMA and
83                                 some speed tricks)
84      --hlds-e7-scan             Probe HLDS HIT 0xE7 cache/memdump bases only;
85                                 writes JSON and does not crack seeds or dump data
86      --hlds-e7-subcmd-sweep     Probe HIT 0xE7 subcommands/address candidates only;
87                                 writes JSON and does not crack seeds or dump data
88      --hlds-e7-memrange-sweep   Sweep wider HIT 0xE7 subcmd 0x01 address ranges;
89                                 writes JSON and does not crack seeds or dump data
90      --scan-log <file>          JSON output path for --hlds-e7-scan
91      --scan-dump-prefix <prefix>        Optional raw 0xE7 window dump prefix for --hlds-e7-scan
92      --hlds-profile-report <file> Write selected HLDS profile/evidence JSON
93      --redump-dat-dir <dir> Directory containing canonical Redump DAT files
94                               (default: redump_dat)
95      --redump-report <file>   Write atomic Redump evidence JSON
96      --no-redump-verify       Disable automatic post-dump DAT verification
97  -A, --allmethods               Try all known command/method combinations until
98                                 one works. Reopens the drive for each command so
99                                 command-specific vendor handlers are rebound.