|
IDA C++ SDK 9.2
|
#include <lumina.hpp>
Public Member Functions | |
| func_info_t (const char *__name=nullptr, uint32 __size=0, const metadata_t &__metadata=metadata_t()) | |
| void | swap (func_info_t &other) |
| void | serialize (bytevec_t *out, int version) const |
| bool | deserialize (const uchar **ptr, size_t len, int version) |
Public Attributes | |
| qstring | name |
| uint32 | size |
| metadata_t | metadata |
|
inline |
|
inline |
| qstring func_info_t::name |
| uint32 func_info_t::size |
| metadata_t func_info_t::metadata |