行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 14: 37: 55
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"
中文翻译:
操作名称:Quit
此命令终止当前的IDA会话。IDA将将所有更改写入磁盘并关闭所有数据库。
您可以启用/禁用数据库打包。打包后的数据库由一个带有IDB扩展名的文件组成。如果未打包数据库,则由几个文件组成。如果禁用打包,下次会话时无法中止IDA。我们不建议将数据库保留在未打包状态,因为您将没有备份副本。
在打包数据库之前,您还可以对数据库执行垃圾回收。垃圾回收会删除未使用的数据库页面,使其变小。但是,IDA在工作时需要一些空闲的数据库页面,因此在您重新使用数据库时会再次分配它们。删除和添加空闲页面需要时间,并且最重要的是,它会更改数据库控制块。
仅在您不打算在不久的将来与数据库一起工作时使用垃圾回收。
IDA将记住有关屏幕、光标位置、跳转堆栈等所有信息。以下信息将丢失:
按键宏,
锚点位置
要恢复反汇编会话,只需键入:"ida file"
展开阅读全文
︾
读者也喜欢这些内容:
3d扫描逆向工程是什么?使用IDA进行3d扫描逆向工程
3D扫描逆向工程作为一种创新技术,正在逐步更改大家对物理全球的理解处理办法。结合IDA(Interactive Disassembler)这类反向工程工具,3D扫描技术突出了更广阔的应用前景。本文将详细分析3d扫描逆向工程是什么,使用IDA进行3d扫描逆向工程,为相关领域的专业人士提供全面的信息和意见。...
阅读全文 >
ida可以逆向c语言么 ida将汇编转换为c语言的使用教程
在当今数字化的时代,软件开发和安全性研究变得越来越重要,而IDA(Interactive Disassembler)作为一款强大的反汇编工具,扮演了不可或缺的角色。...
阅读全文 >
IDA Pro拆名(Demangled Names)
...
阅读全文 >
IDA Pro文本表示对话框(Text Representation Dialog)
...
阅读全文 >