简体   繁体   English

IDA C ++ SDK:获取与地址协调的字节/操作码

[英]IDA C++ SDK: Getting bytes/opcodes in coordination to the address

例

For example, I want to be able to get 0x8B from providing the address 0x6B8B88. 例如,我希望能够通过提供地址0x6B8B88来获取0x8B。

How is this possible with the IDA SDK in C++. 使用C ++中的IDA SDK如何做到这一点。 I was only able to find methods for idapython (which I DO NOT need). 我只能找到idapython的方法(我不需要)。

Found it. 找到了。

The function is called: get_byte 该函数称为:get_byte

example: 例:

get_byte(0xD33DB3AF);

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM