Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Recent content by semichan

  1. Garbro

    Took a quick look at the code. The Formats.dac is just a serialized instance of the SchemeDataBase class. But it is compressed with zlib, so it's no surprise that you can't find the title string in a hex editor. Relevant functions and class definitions are in GameRes\FormatCatalog.cs, so you...
  2. Garbro

    If you are talking about encryption keys used by Garbro, I suggest you take a look at a modded version of Garbro (https://github.com/crskycode/GARbro). The SchemeTool directory under the source tree contains code used for manipulating the game database binary file (Format.dat). Supposedly...