mirror of
https://github.com/Kudaes/Puzzle
synced 2026-06-06 16:04:33 +00:00
Scripts
This folder contains small Python utilities used by the techniques documented in the repository.
Scripts
get_wim_hash.py: Prints the GUID of a WIM file and theSHA-1hash of a file stored inside one of its images. It useswimlib-imagex dir, sowimlib-imagexmust be available.xor_file.py: Applies a repeating-key XOR operation to an input file and writes the result to an output file.
Usage
python3 get_wim_hash.py <wim_path> <image> <internal_path>
python xor_file.py <input.bin> <key> <output.bin>