문제

I've got third party Winamp plug-in in windows, that should be able to load its datafile.

The datafile is located in same folder as the plug-in, but can not be found. My idea is that plug-in searches in some pre-defined path. So I need somehow to find out what file read attempt is done to place file in the appropriate place.

도움이 되었습니까?

해결책

Best way to do this is to use Process Monitor from Sysinternals suite (http://technet.microsoft.com/sysinternals/bb896645)

Set up filters to watch only the examined program and look for 'CreateFile' operations, which are also read attempts.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top