行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-14 17: 08: 53
IDA can be launched with one of the following command lines:
ida input-file (Start graphical interface)
idat input-file (Start text interface)
Add the '64' postfix to the command name in order to start the 64-bit version of IDA. For example:
ida64 input-file
will start 64-bit graphical interface.
The following command line switches are recognized:
-a disable auto analysis. (-a- enables it)
-A autonomous mode. IDA will not display dialog boxes.
Designed to be used together with -S switch.
-b#### loading address, a hexadecimal number, in paragraphs
(a paragraph is 16 bytes)
-B batch mode. IDA will generate .IDB and .ASM files automatically
-c disassemble a new file (delete the old database)
-C#### set compiler in format name:abi
-ddirective
A configuration directive which must be processed at the first
pass. Example: -dVPAGESIZE=8192
-Ddirective
A configuration directive which must be processed at the second
pass.
-f disable FPP instructions (IBM PC only)
-h help screen
-i#### program entry point (hex)
-I# set IDA as just-in-time debugger (0 to disable and 1 to enable)
-L#### name of the log file
-M disable mouse (text only)
-O#### options to pass to plugins.
This switch is not available in the IDA Home edition.
-o#### specify the output database (implies -c)
-p#### processor type
-P+ compress database (create zipped idb)
-P pack database (create unzipped idb)
-P- do not pack database (not recommended, see Abort command)
-r### immediately run the built-in debugger
format of this switch is explained here
-R load MS Windows exe file resources
-S### Execute a script file when the database is opened.
The script file extension is used to determine which extlang
will run the script.
It is possible to pass command line arguments after the script name.
For example: -S"myscript.idc argument1 \"argument 2\" argument3"
The passed parameters are stored in the "ARGV" global IDC variable.
Use "ARGV.count" to determine the number of arguments.
The first argument "ARGV[0]" contains the script name.
This switch is not available in the IDA Home edition.
-T### interpret the input file as the specified file type
The file type is specified as a prefix of a file type
visible in the 'load file' dialog box
To specify archive member put it after the colon char,
for example: -TZIP:classes.dex
You can specify any nested paths:
-T[:{::}[:]]
IDA does not display the 'load file' dialog in this case
-t create an empty database.
-W### specify MS Windows directory
-x do not create segmentation
(used in pair with Dump database command)
this switch affects EXE and COM format files only.
-z debug:
00000001 drefs
00000002 offsets
00000004 flirt
00000008 idp module
00000010 ldr module
00000020 plugin module
00000040 ids files
00000080 config file
00000100 check heap
00000200 checkarg
00000400 demangler
00000800 queue
00001000 rollback
00002000 already data or code
00004000 type system
00008000 show all notifications
00010000 debugger
00020000 dbg_appcall
00040000 source-level debugger
00080000 accessibility
00100000 network
00200000 full stack analysis (simplex method)
00400000 handling of debug info (e.g. pdb, dwarf)
00800000 lumina
-? this screen (works for the text version)
? this screen (works for the text version)
-h this screen (works for the text version)
-H this screen (works for the text version)
--help this screen (works for the text version)
For batch mode, IDA must be invoked with the following command line:
ida -B input-file
which is equivalent to:
ida -c -A -Sanalysis.idc input-file
The text interface (idat.exe/idat) is better for batch mode because it uses less system resources. However, please note that regular plugins are not automatically loaded in batch mode because the analysis.idc file quits and the kernel has no chance to load them.
For more information, please see the analysis.idc file in the IDC subdirectory.
中文翻译:
IDA可以通过以下命令行之一启动:
ida input-file(启动图形界面)
idat input-file(启动文本界面)
在命令名称后加上“64”后缀以启动IDA的64位版本。例如:
ida64 input-file
将启动64位图形界面。
以下命令行开关被识别:
-a禁用自动分析。(-a-启用它)
-A自主模式。IDA将不显示对话框。
设计用于与-S开关一起使用。
-b####加载地址,十六进制数,以段为单位
(一段是16个字节)
-B批处理模式。IDA将自动生成.IDB和.ASM文件
-c反汇编一个新文件(删除旧数据库)
-C####设置编译器格式名称:abi
-ddirective
一个必须在第一次通过时处理的配置指令。例如:-dVPAGESIZE=8192
-Ddirective
必须在第二次通过时处理的配置指令。
-f禁用FPP指令(仅适用于IBM PC)
-h帮助屏幕
-i####程序入口点(十六进制)
-I#将IDA设置为即时调试器(0为禁用,1为启用)
-L####日志文件名
-M禁用鼠标(仅限文本)
-O####传递给插件的选项。
此开关在IDA Home版中不可用。
-o####指定输出数据库(意味着-c选项)
-p####处理器类型
-P+压缩数据库(创建压缩的idb文件)
-P打包数据库(创建未压缩的idb文件)
-P-不要打包数据库(不建议,详见Abort命令)
-r###立即运行内置调试器
该选项的格式在此处说明
-R加载MS Windows exe文件资源
-S###打开数据库时执行脚本文件。
脚本文件的扩展名用于确定哪个扩展语言
将运行脚本。
可以在脚本名称之后传递命令行参数。
例如:-S"myscript.idc argument1"argument 2"argument3"
传递的参数存储在“ARGV”全局IDC变量中。
使用“ARGV.count”确定参数数量。
第一个参数“ARGV[0]”包含脚本名称。
此选项在IDA Home版本中不可用。
-T###将输入文件解释为指定的文件类型
文件类型指定为文件类型前缀,
可在“加载文件”对话框中查看
要指定归档成员,请将其放置在冒号字符后面,
例如:-TZIP:classes.dex
可以指定任何嵌套路径:
-T[:{::}[:]]
在这种情况下,IDA不会显示“加载文件”对话框
-t创建空数据库。
-W###指定MS Windows目录
-x不要创建分段
(与Dump database命令一起使用)
此选项仅影响EXE和COM格式文件。
-z调试:
00000001数据引用
00000002偏移量
00000004 FLIRT
00000008 IDP模块
00000010 LDR模块
00000020插件模块
00000040 IDS文件
00000080配置文件
00000100检查堆
00000200检查参数
00000400名称反编译
00000800队列
00001000回滚
00002000已经是数据或代码
00004000类型系统
00008000显示所有通知
00010000调试器
00020000 dbg_appcall
00040000源码级调试器
00080000辅助功能
00100000网络
00200000完整栈分析(单纯法)
00400000调试信息处理(如pdb、dwarf)
00800000 lumina
-?显示本屏幕(适用于文本版本)
?显示本屏幕(适用于文本版本)
-h显示本屏幕(适用于文本版本)
-H显示本屏幕(适用于文本版本)
--help显示本屏幕(适用于文本版本)
批处理模式下,必须使用以下命令行调用IDA:
ida-B input-file
它等效于:
ida-c-A-Sanalysis.idc input-file
文本界面(idat.exe/idat)在批处理模式下使用更少的系统资源,但请注意,常规插件在批处理模式下不会自动加载,因为分析.idc文件退出后,内核没有机会加载它们。
有关更多信息,请参阅IDC子目录中的analysis.idc文件。
展开阅读全文
︾
读者也喜欢这些内容:
如何通过IDA软件反编译理清复杂程序逻辑 IDA反汇编后如何分析程序的内存布局
软件开发过程中,特别是面对复杂的二进制程序时,逆向工程显得尤为重要。IDA(Interactive DisAssembler)作为一款强大的反编译工具,能够帮助我们深入理解程序的内部逻辑和内存布局,从而为调试和优化提供有力支持。本文将详细探讨如何通过IDA软件反编译理清复杂程序逻辑,以及在反汇编后如何分析程序的内存布局。...
阅读全文 >
IDA软件反汇编后如何找到函数入口点 如何通过IDA反汇编分析软件的加密解密过程
在逆向工程领域,IDA软件是一款功能强大的反汇编工具,广泛用于分析二进制代码、查找函数入口点以及研究软件的加密解密过程。本文将详细探讨“IDA软件反汇编后如何找到函数入口点 如何通过IDA反汇编分析软件的加密解密过程”,并进一步介绍IDA反汇编和反编译的区别,帮助用户更好地理解和使用这一工具。...
阅读全文 >
IDA怎么修改字符串内容?IDA修改后怎么保存?
在软件开发和逆向工程领域,IDA Pro是一种极其强悍的工具,广泛用于程序剖析、调试和修改。它不仅支持多种处理器架构,还提供了大量的作用,以适应高档讲解的必须。本文将围绕ida怎么修改字符串内容,ida修改后怎么保存这一主题,详细描述怎样在IDA中更改字符串内容,及其修改后的存放方式。此外,我们还将探讨IDA转变的应用场景,帮助读者更深入地了解IDA的实际应用价值。...
阅读全文 >
反汇编软件有哪些 反汇编软件od有什么用
在计算机编程和安全分析领域,反汇编软件扮演着至关重要的角色。这些工具使开发人员能够理解和分析编译后的二进制程序,提供了深入程序内部的独特视角。...
阅读全文 >