Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Help with finding Hex header information of file

Tags:

hex

header

I'm not 100% this is meant to go in stackoverflow but I'm sure it'll be moved if necessary.

I have a hex header file I just screen grabbed and would like to know what extension the file really is. The file was originally an exe but didn't seem to work, but looking at the hex information showed that it was an mzp, I just need it to be confirmed.

enter image description here

Thanks.

like image 532
Sandeep Bansal Avatar asked Sep 12 '25 09:09

Sandeep Bansal


1 Answers

It is an executable file created with Delphi. The first 3 bytes 0x4D 0x5A 0x50 are decoded as 'MZP' in ASCII. The "P" stands for Pascal.

like image 74
YAA Avatar answered Sep 16 '25 09:09

YAA



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!