简体   繁体   English

查找使用IDA PRO打开的文件

[英]Find file open with IDA PRO

How can I easily find which files are open/accessed by a program when i try to reveres engineer it with IDA pro and when this access takes place? 当我尝试使用IDA pro进行工程设计以及何时进行此访问时,如何轻松找到程序打开/访问的文件? I do not mean the import files. 我不是指导入文件。

eg user configuration files. 例如,用户配置文件。 i may have the file name or not. 我可能没有文件名。

Thank you 谢谢

In IDA, you can follow all the references for functions related to opening files. 在IDA中,您可以遵循所有与打开文件有关的功能的参考。 For example OpenFile ( 1 ), if the program run in Windows 例如,如果程序在Windows中运行,则为OpenFile( 1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM