Poll & Discussion: We wish the site to continue (Y/N)
Search found 2 matches
- Wed Feb 15, 2012 12:46 am
- Forum: Audio file formats
- Topic: Mass Effect 3 [.AFC]
- Replies: 22
- Views: 6959
Re: Mass Effect 3 [.AFC]
Here is an archive with all playable files that I managed to get out of afc files. I don't think I got out everything, because I'm missing some tracks. Anyway, here is to archive http://uloz.to/xUQD74X/me3audio-rar
- Mon Oct 10, 2011 5:21 pm
- Forum: Compressed files and methods
- Topic: Battlefield 3 PC Beta .SB archives
- Replies: 65
- Views: 27058
Re: Battlefield 3 PC Beta .SB archives
New obfuscation on .toc is extremely simple. If the first dword is 0x00CED100 (D1CE) then the file is obfuscated, otherwise it's normal. Magic data starts at 0x128 and is 257 bytes. Real data starts at 0x22C until end of file. for (int i = 0; i < length; i++) { data[i] = data[i] ^ magic[i % 257] ^ ...
