Deus Ex Human Revolution FULL Version Samples by OrangeC at 9:34 PM EDT on August 17, 2011
So finally the game leaked for the 360/ps3 and i tried hcs deblocker on them and it doesn't work with the full version of the game. The xbox360 uses XMA without the FSB banks and The PS3 version uses FSB MPEG. Both are multiplexed.
It works on both of the files you sent, I thought I identified a flag that says what platform it is for but that is just a guess with only one file for each. If it thinks the file is for 360 it will generate an XMA header as well, as the data is raw XMA.
The issue was that OrangeC was using Python 3.2 and this was written for 2.6.5. Apart from that, some files don't have the Mus! header, and my platform detection was broken. dhxr_deblockbe 0.2 needs the platform given explicitly on the command line and supports skipping the header.
Example: python deblockbe.py 360 infile.bin or python deblockbe.py ps3 infile.bin