行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-24 14: 08: 12
Action name: Quit
This command terminates the current IDA session. IDA will write all changes to the disk and will close all databases.
You can enable/disable database packing. When the database is packed, it consists of one file with IDB extension. When the database is not packed, it consists of several files on the disk. If packing is disabled, in the next session you cannot abort IDA. We do not recommend to leave the database in the unpacked form because you will not have a backup copy.
You can also perform garbage collection on the database before packing it. The garbage collection removes the unused database pages, making it smaller. However, IDA needs some free database pages when it works,therefore it will allocate them again when you reuse the database. Removing and adding free pages takes time and, what is most important, it changes the database control blocks.
Use garbage collection only when you do not intend to work with the database in the near future.
IDA will remember all information about the screen, cursor position, jump stack, etc. The following information will be lost:
keystroke macros,
the anchor position
To resume a disassembly session simply type: "ida file"
See also
other File... submenu commands.
Abort command.
中文翻译:
name:退出此命令终止当前IDA会话。IDA会将所有更改写入磁盘并关闭所有数据库。
您可以启用/禁用数据库打包。当数据库被打包时,它由一个扩展名为IDB的文件组成。当数据库未打包时,它由磁盘上的多个文件组成。如果禁用打包,则在下一个会话中无法中止IDA。我们不建议将数据库保留为未打包的形式,因为您将没有备份副本。
您也可以在打包前对数据库执行垃圾收集。
垃圾收集会删除未使用的数据库页面,使其变小。但是,IDA在工作时需要一些空闲的数据库页面,因此
当您重用数据库时,它会再次分配这些页面。删除和添加自由页面需要时间,最重要的是,它会更改数据库控制块。
只有在不久的将来不打算使用数据库时才使用垃圾收集。
IDA会记住有关屏幕、光标位置、跳转堆栈等的所有信息。以下信息将丢失:击键宏,锚点位置
要恢复反汇编会话,只需键入:“ida file”
另请参阅其他文件。。。子菜单命令。中止命令。
展开阅读全文
︾
读者也喜欢这些内容:
IDA Pro支持哪些指令集架构 IDA Pro支持哪些文件格式
在数字化时代,逆向工程和漏洞分析变得愈发重要,而IDA Pro(Interactive Disassembler Professional)以其卓越的能力在这一领域脱颖而出。...
阅读全文 >
二进制漏洞类型有哪些 使用IDAPython寻找二进制漏洞
在网络安全领域,二进制漏洞分析是一种常见的漏洞探查技术。二进制漏洞的类型有哪些呢?如何使用IDA Python寻找=二进制漏洞?本文将对此进行详细的介绍,旨在帮助读者更好地理解二进制漏洞的类型以及如何使用IDAPython进行漏洞寻找。...
阅读全文 >
反汇编是什么意思 ida反汇编使用方法
在计算机领域,反汇编是一种将机器代码转换为汇编语言或类似的可读性更高的低级代码的过程。计算机程序在编译后会生成二进制机器代码,这些代码对于计算机来说是可以直接执行的,但对于人类开发者来说很难理解和阅读。...
阅读全文 >
IDA Pro痕迹管理(Trace management)
...
阅读全文 >