[QUESTION] - Decrypt .inf Files

Joined
Dec 10, 2011
Messages
17
Reaction score
0
Hello everybody,

An excelent 2012 to all of you.

I'm here today to try to get some help.
Let's go.
I have .inf files that I need to edit.
Since it uses some kind of "cryptography" it obviously couldn't be read on a normal text editor.
What is the solution do "decrypt" this files then?
I believe that a specific program to read these files must be created, right?


Thanks for helping.
 
I do not think standard windows inf files are encrypted ?
 
There 's no standard for games. Each game can have its own scheme of storing data. So, unless you have some information or it's guessable, you 'd need to fire up a debugger/disassembler, locate the part of the code that is responsible for reading the files and find out the algorithm. Not trivial :)
 
From the info you provided, it seems you need someone who is well versed in reverse engineering. Not easy to find. If you are able to fork some cash, try hitting the "Hire A Freelancer" section, in case someone with those skills lurks there.
 
I don't think it's really a biig job.
In really it seems to be easy (for someone that knows what to do).

I also have sources of the game, so it's easier than...

Can we talk via MSN?
 
If you have the source, there 's no need for reverse engineering obviously. You need a programmer who is versed on the language it 's written in. You should have posted that on the first post. How do you expect to get help when you forget to mention critical information?
In any case, good luck with your issue.
 
I don't get it. If you have the game source files, why would you bother with an .inf file from the same game? Unless that .inf file contains some kind of user, password or savegame you would like to find out. In this case, just talk to someone who knows the programming language the game is written in, and it shouldn't take long before you find out the information you require.
 
Back
Top