Cvm tool: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
=Usage= | =Usage= | ||
First, you need to extract the tool and the ROM on the same folder <br> | First, you need to extract the tool and the ROM on the same folder <br> | ||
Second, | Second, run Command Prompt as administrator then type <code>cd /d your_folder_directory</code> <br> | ||
Then use the following command to: | Then use the following command to: | ||
<br> | <br> |
Revision as of 04:19, 16 December 2022
cvm_tool was released by roxfan in 2010. It can "split" the CVM into separate header and ISO files, so that you can edit the contents of the archive and then "make" a new CVM.
The tool can be found here
Usage
First, you need to extract the tool and the ROM on the same folder
Second, run Command Prompt as administrator then type cd /d your_folder_directory
Then use the following command to:
Output an ISO file for you to edit:
cvm_tool.exe -p archive_password split file.CVM file.iso file.hdr
Use this to repack your CVM back:
cvm_tool.exe -p archive_password mkcvm file.CVM file.iso file.hdr