行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-19 10: 36: 56
Action name: LoadDbgFile
This command loads a DBG file.
If the program being disassembled has a companion DBG file, then this command may be used to load information from a DBG file into the database. IDA loads DBG files automatically if it can find them in the directory with the input file.
The built-in debug information loader cannot load NB10 format files and PDB files. To load those files, please use a special plugin PDB.DLL which can be run manually using Edit->Plugins submenu. This plugin uses MS Windows DLLs to load the debug information and therefore has the following limitations:
- it works only under MS Windows
- it will load only PDBs compatible with the currently
installed IMAGEHLP.DLL
See also Load... submenu commands.
中文翻译:
操作名称:LoadDbgFile
此命令加载一个DBG文件。
如果要反汇编的程序有一个配套的DBG文件,则此命令可用于将信息从DBG文件加载到数据库中。IDA如果能在输入文件所在的目录中找到DBG文件,就会自动加载它们。
内置的调试信息加载程序无法加载NB10格式的文件和PDB文件。要加载这些文件,请使用一个特殊的插件PDB.DLL,该插件可以使用编辑->插件子菜单手动运行。此插件使用MS Windows DLL加载缺陷信息,因此有以下限制:-它仅在MS Windows下工作-它将仅加载与当前安装的IMAGEHLP.DLL兼容的PDB请
参阅加载。。。子菜单命令。
展开阅读全文
︾
读者也喜欢这些内容:
ida逆向分析的作用 逆向可以看到源码么
ida逆向分析是一项强大的技术,它在软件开发、安全研究和漏洞分析等领域扮演着重要角色。逆向工程是通过分析已编译的程序或二进制文件,以了解其内部结构、功能和运行方式的过程。在这一过程中,ida逆向分析工具成为了众多专业人士的首选工具之一。本文将介绍ida逆向分析的作用,逆向可以看到源码么的内容。...
阅读全文 >
IDA Pro线程列表(Thread list)
...
阅读全文 >
IDA pro将操作数转换为二进制数(Convert operand to binary number)
...
阅读全文 >
IDA pro生成流程图GDL文件( Produce flow chart GDL file)
...
阅读全文 >