shlu's note

IDAPython

参考:idapython

get_bytes

从当前分析的二进制文件中dump出指定地址的数据

image

get_bytes(0x1c004,16).hex()

寄存器操作

idc.get_reg_value("r0")
idc.set_reg_value(0x80001,"r0")

内存操作

ida_bytes.get_dword(0xe2d88c60)->uint32

声明:转载请注明出处,原文地址:shlu's note