IDA C++ SDK:获取bytes/opcodes对应地址
IDA C++ SDK: Getting bytes/opcodes in coordination to the address
例如,我希望能够通过提供地址 0x6B8B88 获得 0x8B。
使用 C++ 中的 IDA SDK 如何做到这一点。我只能找到 idapython 的方法(我不需要)。
找到了。
函数调用:get_byte
示例:
get_byte(0xD33DB3AF);
例如,我希望能够通过提供地址 0x6B8B88 获得 0x8B。
使用 C++ 中的 IDA SDK 如何做到这一点。我只能找到 idapython 的方法(我不需要)。
找到了。
函数调用:get_byte
示例:
get_byte(0xD33DB3AF);