File tree 3 files changed +551
-19
lines changed
3 files changed +551
-19
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ project structure and build system that uses decomp-toolkit under the hood.
39
39
- [ rel info] ( #rel-info )
40
40
- [ rel merge] ( #rel-merge )
41
41
- [ rso info] ( #rso-info )
42
+ - [ rso make] ( #rso-make )
42
43
- [ shasum] ( #shasum )
43
44
- [ nlzss decompress] ( #nlzss-decompress )
44
45
- [ rarc list] ( #rarc-list )
@@ -370,6 +371,22 @@ Prints information about an RSO file.
370
371
$ dtk rso info input.rso
371
372
```
372
373
374
+ ### rso make
375
+
376
+ > [ !WARNING]
377
+ > This command does not yet support creating SEL files.
378
+
379
+ Creates an RSO file from a relocatable ELF file.
380
+
381
+ Options:
382
+ - ` -o ` , ` --output <File> ` : Output RSO file.
383
+ - ` -m ` , ` --module-name <Name> ` : Module name (or path). Default: input name
384
+ - ` -e ` , ` --export <File> ` : File containing exported symbol names. (Newline separated)
385
+
386
+ ``` shell
387
+ $ dtk rso make input.elf -o input.rso
388
+ ```
389
+
373
390
### shasum
374
391
375
392
Calculate and verify SHA-1 hashes.
You can’t perform that action at this time.
0 commit comments