DmitriySalnikov / GodotPCKExplorer

Small program for exploring and extracting files from the Godot Engine PCK
MIT License
211 stars 15 forks source link

[Bug]: PCK Bruteforcer doesn't work for Godot 4.2.2 upwards #23

Closed JanWerder closed 3 days ago

JanWerder commented 3 days ago

Commit or version

Bruteforcer 1.0.1

On which operating systems the error occurs

Windows

Issue description

I've tried to bruteforce a sample project with godot 4.2.2 and it doesn't find the key. Here is the reproducible example: test-enc.console.zip Key: 491E1CED13F589AC9670164CD34C6DA454D3E3C16944D5C8E2996A7DD50B3BDD

Steps to reproduce

Start the Bruteforce from 0 to 69161984. Let it run

No matching key found

Logs

N/A

DmitriySalnikov commented 3 days ago

I can't run this project. Neither the original files, nor the repacked ones without encryption.

image image

JanWerder commented 3 days ago

You are correct, I haven't recompiled the export templates. After doing that I could recover the key. Thanks for looking into it.