Log in

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


hugok
November 24th, 2000, 05:30
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
November 24th, 2000, 07:04
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
November 24th, 2000, 07:33
thanx for answer i will do this.

ciu