行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 13: 55: 23
Action name: ManualOperand
You may specify any string instead of an operand if IDA does not represent the operand in the desired form. In this case, IDA will simply display the specified string in the instruction instead of the default operand.
The current operand (under the cursor) will be affected.
You can use this command not only with instructions but with data items too.
IDA proposes the previous manual operand as the default value in the input form.
To delete the manual operand and revert back to the default text, specify an empty string.
IDA automatically deletes manually entered operands when you change operand representation using operand types submenu.
NOTE: A text offset reference is generated if you use a label in the program as the operand string. In other cases no cross-references are generated.
See also Edit|Operand types submenu.
中文翻译:
用户定义操作数
操作名称:ManualOperand
如果IDA不能以所需形式表示操作数,则可以指定任何字符串作为操作数。在这种情况下,IDA将在指令中简单地显示指定的字符串,而不是默认操作数。当前操作数(光标下的)将受到影响。您不仅可以在指令中使用此命令,还可以在数据项中使用。IDA提供先前手动操作数作为输入窗口中的默认值。要删除手动操作数并恢复默认文本,请指定空字符串。当您使用操作数类型子菜单更改操作数表示时,IDA会自动删除手动输入的操作数。注意:如果将程序中的标签用作操作数字符串,则会生成文本偏移引用。在其他情况下,不会生成交叉引用。另请参见编辑|操作数类型子菜单。
有关可能的调用约定的详细信息,请参见“设置函数/项目类型...”菜单项说明。
展开阅读全文
︾
读者也喜欢这些内容:
反编译exe是什么意思IDA如何反编译exe文件
反编译(Decompilation)是一项复杂而有技术挑战的领域,它在软件开发和安全领域中具有重要意义。随着计算机技术的不断发展,软件逆向工程的需求也日益增长...
阅读全文 >
IDA Pro 键盘快捷键(Shortcut keys)
...
阅读全文 >
ida转换成c代码 ida转换成c代码快捷键
ida逆向工程工具是一个功能强大的反汇编器和逆向分析工具,它在软件逆向分析和漏洞研究等领域扮演着重要角色。而ida还提供了一项非常有用的功能,即将逆向分析的结果转换为C代码。本文将介绍ida转换成c代码,ida转换成c代码快捷键,让您能够快速而准确地将反汇编代码转换为可读性更高的C代码。...
阅读全文 >
IDA Pro设置视频模式(Reset Hidden Messages)
...
阅读全文 >