metaboss / hydroseed

Tool to create seed dat files for FBI from seeddb.bin
MIT License
15 stars 0 forks source link

Decrypt error with new big seeddb.bin #1

Closed rocknard closed 1 year ago

rocknard commented 2 years ago

You get this error if you use a new -and big- seeddb.bin from the github. Older seeddb.bin (around 50kb) decrypted it fine (around 1800 dats).

Excepción no controlada: System.ArgumentException: El desplazamiento y la longit ud están fuera de los límites para esta matriz o el recuento es superior al núme ro de elementos desde el índice al final de la colección de origen. en System.Buffer.BlockCopy(Array src, Int32 srcOffset, Array dst, Int32 dstOf fset, Int32 count) en hydroseed.SeedDB..ctor(Byte[] seedData) en hydroseed.Program.Main(String[] args)

metaboss commented 1 year ago

I was able to run this against a 59KB seeddb.bin with 1859 items in it with the latest release. I believe this issue is resolved.