Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Mygoshi
Posts: 654 Joined: Mon Oct 27, 2014 1:49 pm
Post
by Mygoshi » Tue Feb 03, 2015 3:41 pm
Hello,
I wanted to decode the music of this game... Could someone help me?
Samples: (expired)
Thanks
Last edited by
Mygoshi on Thu Feb 18, 2021 10:16 pm, edited 2 times in total.
aluigi
Site Admin
Posts: 12984 Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi » Wed Feb 04, 2015 5:33 pm
Do you mean something like this?
Code: Select all
endian big idstring FSTM goto 0x10 get FILES short get ZERO short for i = 0 < FILES get DUMMY long get OFFSET long get SIZE long log "" OFFSET SIZE next i
Mygoshi
Posts: 654 Joined: Mon Oct 27, 2014 1:49 pm
Post
by Mygoshi » Wed Feb 04, 2015 7:21 pm
Yes! Thanks!