行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 13: 50: 57
Action name: OpSegment
This command converts the immediate operand(s) type of the current instruction/data to segment base. The segment bases are usually displayed like this:
mov ax, seg dseg
When you use this command, IDA deletes the manually entered operand.
If IDA cannot find a segment whose base is equal to the operand value, it simply displays it as hex number.
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.
将操作数转换为段
操作名称:OpSegment
此命令将当前指令/数据的立即操作数类型转换为段基址。段基址通常显示如下:
mov ax, seg dseg
使用此命令时,IDA会删除手动输入的操作数。
如果IDA找不到基址等于操作数值的段,则会将其显示为十六进制数。
如果光标位于第一个操作数(光标在','之前),则第一个操作数将受到影响;否则,所有其他操作数都将受到影响。
展开阅读全文
︾