|
IDA C++ SDK 9.2
|
#include <lumina.hpp>
Public Member Functions | |
| pattern_id_t (pattern_type_t __type=PAT_TYPE_UNKNOWN, const bytevec_t &__data=bytevec_t()) | |
| void | swap (pattern_id_t &other) |
| void | serialize (bytevec_t *out, int version) const |
| bool | deserialize (const uchar **ptr, size_t len, int version) |
Public Attributes | |
| pattern_type_t | type |
| bytevec_t | data |
|
inline |
|
inline |
| pattern_type_t pattern_id_t::type |
| bytevec_t pattern_id_t::data |