0

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.

4
  • Have you tried using cat $file | xxd -r -p > file.zip in WSL? xxd is a utility to work with hex. Commented May 3, 2020 at 21:44
  • In terms of powershell, there are utilities to work with hex like this Commented May 3, 2020 at 21:45
  • It worked out, found this gem; gchq.github.io/CyberChef. Commented May 3, 2020 at 22:51
  • That’s more of a yes it works, but using web instead of cli, which was part of the question Commented May 3, 2020 at 22:52

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.