行业解决方案
查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-05-29 10: 58: 33
This command changes the look of the disassembly comments.Here you can change the values of the following checkboxes/input fields:
Comment indention
You can change indention of comments:
mov ax,bx;this is a comment
<-------------------------------------->
indention
IDA.CFG parameter:COMMENTS_INDENTION
Display of'suspicious'marks
This option enables or disables suspicious marks display.
Usually the suspicious marks are disabled because IDA displays the suspicious
operands in red/orange anyway.
IDA.CFG parameter:SHOW_SUSPICOUS
Display of empty lines
This option enables or disables the presence of the autogenerated
empty lines in the disassembly.It could be useful to decrease
the number of the blank lines on the screen increasing amount
of information on it.
IDA.CFG parameter:SHOW_EMPTYLINES
Display of basic blocks
This option enables or disables the presence of the autogenerated
empty lines at the end of basic blocks in the disassembly.
IDA.CFG parameter:SHOW_BASIC_BLOCKS
Display borders between data/code
This command enables or disables the presence of the autogenerated
border lines in the disassembly.It could be useful to decrease
the number of the blank lines on the screen increasing amount
of information on it.A border line looks like this:
;---------------------------------------------------------
Note that you can hide a particular border by using hide border command.
IDA.CFG parameter:SHOW_BORDERS
Display comments
If this option is disabled,IDA will not show any comments.
Display repeatable comments
This command enables or disables the repeatable comments display.
IDA.CFG parameter:SHOW_REPEATABLE_COMMENTS
Display auto comments
Autocomments are predefined comments for all instructions.
If you forgot the meaning of a certain instruction,you can use
this command to get comments to all lines of the screen.
IDA does not give comments to very simple instructions such as
'mov'instruction and does not override existing comments.
IDA.CFG parameter:SHOW_AUTOCOMMENTS
Display source lines
This options controls the presence of the source line number
information in the disassembly.Some object files have this
information.
IDA.CFG parameter:SHOW_SOURCE_LINNUM
Display try block lines
This option controls the display of the try block information
in the disassembly.
IDA.CFG parameter:SHOW_TRYBLOCKS
以下为中文翻译:
此命令更改反汇编注释的外观。
您可以在此处更改以下复选框/输入字段的值:
评论缩进
您可以更改评论的缩进:
mov ax,bx;这是一条评论
<------------------------------------>
缩进
IDA.CFG参数:COMMENTS_INDENTION
显示“可疑”标记
此选项启用或禁用可疑标记显示。
通常可疑标记被禁用,因为IDA显示可疑
无论如何,红色/橙色的操作数。
IDA.CFG参数:SHOW_SUSPICOUS
空行显示
此选项启用或禁用自动生成的
反汇编中的空行。减少它可能是有用的
屏幕上的空白行数递增量
关于它的信息。
IDA.CFG参数:SHOW_EMPTYLINES
基本块的显示
此选项启用或禁用自动生成的
反汇编中基本块末尾的空行。
IDA.CFG参数:SHOW_BASIC_BLOCKS
显示数据/代码之间的边界
此命令启用或禁用自动生成的存在
反汇编中的边界线。减少它可能是有用的
屏幕上的空白行数递增量
关于它的信息。边界线看起来像这样:
;----------------------------------------------------------
请注意,您可以使用隐藏边框命令隐藏特定边框。
IDA.CFG参数:SHOW_BORDERS
显示评论
如果禁用此选项,IDA将不会显示任何注释。
显示可重复的评论
此命令启用或禁用可重复注释显示。
IDA.CFG参数:SHOW_REPEATABLE_COMMENTS
显示自动评论
自动注释是所有指令的预定义注释。
如果你忘记了某个指令的意思,你可以使用
此命令获取屏幕所有行的注释。
IDA不会对非常简单的指令给出注释,例如
'mov'指令并且不会覆盖现有注释。
IDA.CFG参数:SHOW_AUTOCOMMENTS
显示源代码行
此选项控制源行号的存在
反汇编中的信息。一些目标文件有这个
信息。
IDA.CFG参数:SHOW_SOURCE_LINNUM
显示try块行
信息的显示
在拆解中。
IDA.CFG参数:SHOW_TRYBLOCKS
展开阅读全文
︾
读者也喜欢这些内容:
IDA反汇编结果准确吗 IDA反汇编精度如何调整优化
IDA的反汇编结果可以作为可靠的分析基础,但它并不是把二进制自动翻译成唯一正确答案的工具。反汇编准确度主要取决于架构与装载信息是否正确、代码与数据边界是否被识别对、以及样本是否存在混淆、自修改或动态解密等行为,想让结果更接近真实执行路径,需要结合设置调整与人工校准一起做。...
阅读全文 >
IDA怎么变成伪代码 IDA伪代码插件怎么用
在逆向分析过程中,阅读原始汇编指令对大多数分析人员而言既耗时又容易出错。为了更直观理解程序逻辑,IDA Pro提供了将二进制代码转换为伪C代码的功能,辅以伪代码插件的使用,可以极大提升阅读效率和逻辑理解能力。围绕“IDA怎么变成伪代码,IDA伪代码插件怎么用”,本文将详细介绍IDA Pro伪代码生成的步骤、插件配置方法实用技巧,帮助用户从基本功能到高级使用实现高效逆向分析。...
阅读全文 >
IDA怎么提取程序的版本信息 如何用IDA软件分析程序的异常行为
你要说IDA,大家可能都会觉得它是逆向工程的神器。无论是分析程序的版本信息,还是抓取程序中的异常行为,IDA几乎都能帮你搞定。今天,我就来跟大家聊聊IDA怎么提取程序的版本信息,如何用IDA软件分析程序的异常行为,还有IDA反汇编功能怎么定位代码。掌握了这些技巧,程序分析也能变得更轻松,效率自然提升。...
阅读全文 >
逆向工程师和黑客的区别 为什么逆向工程师都在用ida软件
在信息安全和软件开发领域,逆向工程师和黑客是两个备受关注的角色。尽管两者都涉及代码分析和破解,但在职业目标、方法和道德规范上存在显著差异。同时,IDA软件作为逆向工程师的首选工具,其受欢迎的原因也值得探讨。本文将详细分析“逆向工程师和黑客的区别 为什么逆向工程师都在用ida软件”这一主题,并进一步介绍常用的逆向工程软件。...
阅读全文 >