I wanted to learn about what I was looking at when I open a DOCX file in a hexadecimal viewer.
For example:
Hexadecimal is base 16 on a 32bit (DWORD) file?. So I was assuming that starting from right to left you would do:
0*16^0 + 0*16^1 + 6*16^2 + 14*16^3 ...... all the way to the 504B.
But when I end up with this huge number! It means nothing to me.
So I really guess I don't understand what I'm looking at. Why are the hex characters on the right section 0->F displaying funny characters under each one - PK........!.ae
Any information would be so helpful. I started with doing bitmaps and now I thought I'd have a play with DOCX to see if I could write a search tool for the files, But if I don't understand this simple concept, I have no possibility of cracking it on its head.