行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-24 13: 40: 20
Action name: DumpDatabase
This command saves current IDA database into a text file.
You can use it as a safety command:
- to protect your work from disasters
- to migrate information into new database formats of IDA.
This command is used when you want to switch to a new version of IDA. Usually each new version of IDA has its own database format. To create a new format database, you need:
1. to issue the 'Dump...' command for the old
database (using old version of IDA). You will
get an IDC file containing all information
from your old database.
2. to reload your database using new IDA with switch -x.
3. to compile and execute the IDC file with command
'Execute IDC file' (usually F2)
Please note that this command does not save everything to text file. Any nformation about the local variables will be lost!
See also other Produce output file commands.
中文翻译:
操作名称:DumpDatabase
此命令将当前IDA数据库保存到文本文件中。
您可以将其用作安全命令:-保护您的工作免受灾难的影响-将信息迁移到IDA的新数据库格式中。
当您想切换到新版本的IDA时,会使用此命令。通常每个新版本的ADA都有自己的数据库
格式。要创建一个新的格式数据库,您需要:1。发布“转储…”旧数据库的命令(使用旧版本的IDA)。您将获得一个IDC文件,其中包含旧数据库中的所有信息。2.使用带有开关-x的新IDA重新加载数据库。3.使用命令“执行IDC文件”(通常为F2)编译和执行IDC文件
请注意,此命令不会将所有内容保存到文本文件中。有关本地变量的任何信息都将丢失!
另请参阅其他生成输出文件命令。
展开阅读全文
︾
读者也喜欢这些内容:
IDA8.4新版发布:界面大更新!反编译精度提升!附下载
逆向工程领域的佼佼者,IDA Pro,再次以其最新版本8.4引领技术潮流。本次更新不仅延续了IDA Pro一贯的专业性能,更在用户体验和功能上带来了一系列创新和改进。我们诚邀广大用户前往IDA中文网站(https://www.idapro.net.cn/)下载并体验IDA 8.4的最新功能。...
阅读全文 >
dll能反编译为源码吗 dll如何反编译成项目
在探索软件工程的广阔天地中,DLL(动态链接库)文件的反编译问题引起了广泛的关注。DLL文件作为软件开发中不可或缺的一部分,其反编译能力对于理解和修改现有软件具有重要意义。...
阅读全文 >
ida怎么搜索函数 ida如何定位main函数
在软件逆向工程的领域中,IDA(Interactive DisAssembler)被广泛认可为一款强大的工具,它为分析人员提供了深入探索程序内部结构和功能的能力。其中,函数搜索和定位主函数(main函数)作为逆向分析的基础技巧,具有重要的地位。本文将为您介绍IDA中如何高效地进行函数搜索以及定位主函数的方法,帮助您在逆向分析过程中更加得心应手。...
阅读全文 >
IDA Pro 键盘快捷键(Shortcut keys)
...
阅读全文 >