Important information: this site is currently scheduled to go offline indefinitely by December 1st 2023. If you wish to donate to attempt the preservation of tools and software somewhere else before it goes down, check the GoFundMe
Yeah, I'm just using http get and parsing the json array that google returns. Here's the code if you're interested: http://pastebin.com/KFUvJLDE Also the code there, it's hardcoded for japanese -> english. And it uses my custom WebSession class, which you can just use a simple WebClient then call Do...
Thanks, but I think I've got it. Thanks to Luigi, I've converted his MSF algorithm to C#. If anyone is interested, the code is here: http://pastebin.com/C9GFjiZF . Note: I take absolutely no credit for this code except for converting it to C#, the method behind the madness is 100% Luigi. My program ...
hehe not quite. That's microsoft's cab algorithm. MSF is much different. I do have a few leads that it might be LZMA compression or some variation of it, but thanks for the reply and trying to help. I'm getting closer to figuring it out. Evidently MSF is encrypted with a xor table, I've implemented ...
Progress so far: http://i.imgur.com/LHJL1.jpg There's a few issues with some of the extracted language files being incomplete. For the most part I used chrrox's quickbms script to extract the language file. But a few proprietary tools of my own to translate the text, and then rebuild the other files...