Does anyone know how to extract/decompress bin files that has LZ77 compression? (I'm trying to extract sc.bin from Shakugan no Shana DS). I also tried GBADecmpDemo.exe, but I don't know how to use it. Can Anyone help?
Yes, just for this game. Well, the unpacking algorithm itself is common, but file formats vary widely between games. In this case I didn't see any header information, so I just used patterns (all files start at an offset that's a multiple of 256) to find the next file.matthewn4444 said:Thank you and was this extractor just for this game?