Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/345.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用IDC或IDAPython获取当前偏移量?_Python_Reverse Engineering_Ida - Fatal编程技术网

如何使用IDC或IDAPython获取当前偏移量?

如何使用IDC或IDAPython获取当前偏移量?,python,reverse-engineering,ida,Python,Reverse Engineering,Ida,在编写IDA脚本时,如何使用IDC或IDAPython获取内存地址的偏移量 offset = idaapi.get_fileregion_offset(ea) ea = idaapi.get_fileregion_ea(offset) 谢谢Igor Skochinsky 参考: 谢谢Igor Skochinsky 参考:

在编写IDA脚本时,如何使用IDC或IDAPython获取内存地址的偏移量

offset = idaapi.get_fileregion_offset(ea)
ea = idaapi.get_fileregion_ea(offset)
谢谢Igor Skochinsky

参考:

谢谢Igor Skochinsky

参考: