Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Destiny1984/XCI-Cutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCI-Cutter

A tool to remove unused space from XCI-Dumps

=====

It seeks the end of the actual data of a XCI-Dump
and cuts off everything after that point.

Before cutting, it makes sure that the space is really unused (filled with FF).
Refuses to cut if it finds something else.

The progress is reversable.
The tool can be used to add back the unused space.


As a safetymeasure, the original file actually won't be touched.
Everything gets copied to an output file.

Thanks to contributor:

  • Recursive folder search for batch processing added by getraid.