[IDApython]设置数据为偏移(O)

import idc
import idautils
ea=get_screen_ea()

#x64
for addr in range(ea,ea+0x100,8):
    idc.op_plain_offset(addr,1,0)
posted @ 2022-11-08 16:25  DirWangK  阅读(36)  评论(0编辑  收藏  举报