• 0

Creating a file from a Hex Dump


Question

Hey! First of all, sorry if this is not in the right forum, I have no idea where to post it.

Alright, that said, I have a hex dump I extracted with ResHacker from a PNG. Problem is that since RH can't save PNGs, I can only save its hex dump, which should logically be enough to build the PNG, right? If not, I'm dump, sorry. If possible, I'd like to know how. I have a copy of Hex Editor if that's of any interest.

Thanks! and sorry if my question's too stupid.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
You can try changing the extension of the dump to a .png file and see if it works.

Won't work because of the structure:

010CCE28  89 50 4E 47 0D 0A 1A 0A 00 00 00 0D 49 48 44 52   ?PNG????????IHDR
010CCE38  00 00 00 0C 00 00 00 D8 08 06 00 00 00 DF DA 02   ???????ؕ?????ڕ
010CCE48  DE 00 00 20 00 49 44 41 54 78 9C 85 DA 77 98 15   ޕ? ?IDATx???w??
010CCE58  45 BA 3F F0 B7 AA BA FB E4 1C E6 9C C9 19 86 CC   E???????????ɕ??
010CCE68  90 24 CB 08 0A 12 45 92 80 39 91 D1 EB EA 75 D7   ?$˕??E??9????u?
010CCE78  DD D5 DD 55 77 AF 72 D7 55 92 8A 8A CA 8A 01 51   ???Uw?r?U???ʊ?Q
010CCE88  4C 18 10 41 60 08 0E 03 33 C0 30 39 9F 3C 27 E7   L??A`???3?09?<'?

(ETC...)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.