They are encrypted. For decrypt fonts you can use my old tool for RE7 (RE7.Fonts.CryptTool). Here is a snipped of decryption code for msg's text blocks.
Ekey wrote:They are encrypted. For decrypt fonts you can use my old tool for RE7 (RE7.Fonts.CryptTool). Here is a snipped of decryption code for msg's text blocks.
For C# I made some small modification to the public MurMur3 implementation to return an unsigned integer, I tested it on the ones from the above logs and they matched the pak (keep they need to be unicode/UTF16 like RE7), feel free to use this in any shape or form:
Scobalula wrote:For C# I made some small modification to the public MurMur3 implementation to return an unsigned integer, I tested it on the ones from the above logs and they matched the pak (keep they need to be unicode/UTF16 like RE7), feel free to use this in any shape or form:
Thanks. I'm coding in Delphi, in fact I was using Unicode and my code was right, now I see my problem in your code: seed 0xFFFFFFFF. Thanks again, now everything is working properly.
Ekey wrote:They are encrypted. For decrypt fonts you can use my old tool for RE7 (RE7.Fonts.CryptTool). Here is a snipped of decryption code for msg's text blocks.
Scobalula wrote:For C# I made some small modification to the public MurMur3 implementation to return an unsigned integer, I tested it on the ones from the above logs and they matched the pak (keep they need to be unicode/UTF16 like RE7), feel free to use this in any shape or form:
Thanks. I'm coding in Delphi, in fact I was using Unicode and my code was right, now I see my problem in your code: seed 0xFFFFFFFF. Thanks again, now everything is working properly.
I deleted the pictures sorry for double posting I just wanted to show the guys in that topic what I got since some of them are in this topic too. I just get so excited when I solve or extract something that is undiscovered I like sharing the content and the algorithms. Well.. and pictures lol. But I will try to keep all my post limited. I honestly just would like to make my own topic about extractions. I shrank this one down and put 4 in 1. Again sorry.
Last edited by DJ Normality on Thu Jan 24, 2019 11:39 am, edited 1 time in total.