行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-25 15: 00: 32
Action name: OpHex
This command converts immediate operand(s) type of the current instruction/data to hex number. So you can delete suspicious mark of the item.
When you use this command, IDA deletes the manually entered operand.
If the cursor is on the first operand (the cursor is before ',') then the first operand will be affected; otherwise, all other operands will be affected.
See also Edit|Operand types|Number submenu.
中文翻译:
操作名:OpHex
此命令将当前指令/数据的立即数操作数类型转换为十六进制数。因此,您可以
删除项目的可疑标记。当您使用此命令时,IDA会删除手动输入的操作数。
如果光标位于第一个操作数上(光标在“,”之前),则第一个操作将受到影响;否则,所有其他操作数都将受到影响。
另请参见编辑|操作数类型|数字子菜单。
展开阅读全文
︾
读者也喜欢这些内容:
ida反编译后有多余参数 ida使用反编译源码
当我们在使用IDA Pro软件进行反编译时,有时可能会遇到反编译后有多余参数的问题。在许多情况下,这些多余的参数可能会导致代码理解的困扰和混淆。本文将深入讨论这个问题,并提供有效的解决策略。此外,我们也将探讨如何在IDA中有效地使用反编译源码,以帮助您更好地理解和掌握反编译技术。...
阅读全文 >
IDA Pro拆名(Demangled Names)
...
阅读全文 >
IDA pro将操作数转换为十进制数(Convert operand to decimal number)
...
阅读全文 >
IDA pro编辑|操作数类型子菜单(Edit|Operand types submenu)
...
阅读全文 >