Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on Talk:Sherlock Holmes versus Jack the Ripper

Line 1: Line 1:
 
Yes this game stores saves inside jpg files concatenating actual compressed save data at the end:
 
Yes this game stores saves inside jpg files concatenating actual compressed save data at the end:
  
<code>
+
<pre>
 
> binwalk save_1.jpg
 
> binwalk save_1.jpg
 
DECIMAL      HEXADECIMAL    DESCRIPTION
 
DECIMAL      HEXADECIMAL    DESCRIPTION
Line 7: Line 7:
 
0            0x0            JPEG image data, JFIF standard 1.01
 
0            0x0            JPEG image data, JFIF standard 1.01
 
9137          0x23B1          Zlib compressed data, default compression
 
9137          0x23B1          Zlib compressed data, default compression
</code>
+
</pre>
  
 
Actually many old Frogware games do that. And I think I've seen such trick in other games too but very rarely.
 
Actually many old Frogware games do that. And I think I've seen such trick in other games too but very rarely.