|
IDA C++ SDK 9.2
|
Get 8 bits of the program at 'ea'. More...
#include <bytes.hpp>
Public Member Functions | |
| octet_generator_t (ea_t _ea) | |
| void | invert_byte_order () |
| DECLARE_COMPARISONS (octet_generator_t) | |
Public Attributes | |
| uint64 | value = 0 |
| ea_t | ea |
| int | avail_bits = 0 |
| bool | high_byte_first = inf_is_wide_high_byte_first() |
Get 8 bits of the program at 'ea'.
The main usage of this function is to iterate range of bytes. Here is an example:
|
inline |
|
inline |
|
inline |
| uint64 octet_generator_t::value = 0 |
| ea_t octet_generator_t::ea |
| int octet_generator_t::avail_bits = 0 |
| bool octet_generator_t::high_byte_first = inf_is_wide_high_byte_first() |