How to find the position of Central Directory in a Zip file?

前端 未结 3 1289
一向
一向 2021-02-20 13:02

I am trying to find the position of the first Central Directory file header in a Zip file.

I\'m reading these: http://en.wikipedia.org/wiki/Zip_(file_format) http://www.

3条回答
  •  星月不相逢
    2021-02-20 13:41

    Just cross your fingers and hope that there isn't an entry with the CRC, timestamp or datestamp as 06054B50, or any other sequence of four bytes that happen to be 06054B50.

提交回复
热议问题