On the Windows 7 platform, there is a powerful sxstrace tool that can track the version and path of the dynamic library required for debugging application execution.
Sxstrace:
1. First, you must log on as the administrator user and open the CMD command line;
2. You can also log on with another user, then open the CMD command line, run: RunAs/User: Administrator cmd, and enter the administrator user password, the system opens a cmd command line for logging on as an administrator user;
3. Run the command CD on the command line logged on to the Administrator, and convert the command to the C: folder;
4. Run the command sxstrace trace-logfile: sxstrace. ETL to start tracing;
5. Run the target program. After the error dialog box is displayed, the dialog box displays:
Ghost Tool
6. After closing the dialog box, return to the command line and click Enter;
7. Run the following command: sxstrace parse-logfile: sxstrace. ETL-OUTFILE: sxstrace.txt. parse the tracing information as text;
Open sxstrace.txt in 8 bytes to view the related trace information.
Sxstrace tool usage