I'm new to data handling, so I'm not even sure this is possible, but I would like to make a zipfile from a hex dump. The first hex numbers in the hex dump are 50 4b 03 04 indicating that the format is a zipfile, but there seems to be txt files as well, so I am a bit confused on how to proceed.
cat $file | xxd -r -p > file.zipin WSL?xxdis a utility to work with hex.