imadr / Unity-game-hacking

A guide for hacking unity games
2.8k stars 266 forks source link

How to open obb files #2

Closed yvek closed 5 years ago

yvek commented 5 years ago

Hello, This information is really helpful. I lost my project now iam reverse engineering everything. Currently i am stuck at unpacking the obb. it uses pk.. signature, which is i think is .zip. So i renamed the obb with .zip format and extracted it. Now it made these folders (assets\bin\Data) but the file inside Data folder is named 000000... and its size is in around 20 mb. So i think this is the main file. but i dont think i can further open it. Can you help me with this.

yvek commented 5 years ago

I found that the file was copied incomplete. It is easy to extract it as .zip now.