View Full Version : What functions reads from ini-files?
tph
26th February 2005, 23:15
I'm hacking/cracking a game, but I wonder what functions is used to read from ini-files? Just so that I know what to look after to find different parameters that can be set in ini-files.
ka0s
26th February 2005, 23:42
You should get yourself a copy of the win32 api reference if you havent already. It's called win32.hlp. Once youve got it, type GetPrivateProfile and there's a list of function's used to get stuff from ini files.
ftp://ftp.cs.virginia.edu/pub/lcc-win32/win32hlp.exe
tph
26th February 2005, 23:48
Thanks.
Can I use msdn too?
DyslexicCheater
26th February 2005, 23:58
GetPrivateProfileString() is the most commonly used.
tph
27th February 2005, 13:04
Ok, so I've managed to find some of the functions to get ini-files, but if I can't see the filenames of the ini-files. It says something like this: 'push esi ; lpFileName'
Where should I look for the filename then?
Powered by vBulletin™ Version 4.0.2 Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.