在编写IDA脚本时,如何使用IDC或IDAPython获取内存地址的偏移量?
发布于 2020-03-24 18:58:38
offset = idaapi.get_fileregion_offset(ea) ea = idaapi.get_fileregion_ea(offset)
感谢Igor Skochinsky
参考:https://reverseengineering.stackexchange.com/questions/2835/how-to-extract-the-input-file-offset-of-a-byte-in-idapython
https://stackoverflow.com/questions/60807457
相似问题