PDA

View Full Version : How can i catch lookups in ini files ???


hugok
11-24-2000, 05:30 AM
Hi @all,

i wanted to know, how can i catch lookups in ini-files for some settings information by the programm. Is it possible to catch such lookups with soft-ice?

thanx hugok

sorry for my bad english.

Solomon
11-24-2000, 07:04 AM
In SoftICE, type "bpx GetPrivateProfileStringA" to set a breakpoint.
Then u can analyze its parameters in the stack.
There are several GetXxxx( ) and WriteXxxx( ) API functions used to deal with INI files.
Better use an API spy to do this.

hugok
11-24-2000, 07:33 AM
thanx for answer i will do this.

ciu