行业解决方案查看所有行业解决方案
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文件
请注意,此命令不会将所有内容保存到文本文件中。有关本地变量的任何信息都将丢失!
另请参阅其他生成输出文件命令。
展开阅读全文
︾